필터 지우기
필터 지우기

Lung CT image cannot convert to grayscale image and binary

조회 수: 1 (최근 30일)
muzaiyanah ahmad supian
muzaiyanah ahmad supian 2019년 9월 24일
편집: KALYAN ACHARJYA 2019년 9월 24일
i need your favour regards why my image cannot convert to grayscale? other image can process with the grayscale code. Attache is my picture

답변 (1개)

KALYAN ACHARJYA
KALYAN ACHARJYA 2019년 9월 24일
편집: KALYAN ACHARJYA 2019년 9월 24일
im=imread('image.jpeg');
im_gray=rgb2gray(im);
The attached image is jpeg format, is it? May be the input image in dicom format, in such case use dicomread. If so, read using dicomread, then apply rgb2gray, or see the other option here (dicom to gray)
Good Luck!

카테고리

Help CenterFile Exchange에서 Import, Export, and Conversion에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by