Lung CT image cannot convert to grayscale image and binary
Mostra commenti meno recenti
i need your favour regards why my image cannot c
onvert to grayscale? other image can process with the grayscale code. Attache is my picture
onvert to grayscale? other image can process with the grayscale code. Attache is my picture1 Commento
muzaiyanah ahmad supian
il 24 Set 2019
Risposte (1)
KALYAN ACHARJYA
il 24 Set 2019
Modificato: KALYAN ACHARJYA
il 24 Set 2019
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!
Categorie
Scopri di più su Convert Image Type in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!