this image cannot process to grayscale n binary..
Lung CT image cannot convert to grayscale image and binary
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
muzaiyanah ahmad supian
el 24 de Sept. de 2019
Editada: KALYAN ACHARJYA
el 24 de Sept. de 2019
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/239442/image.jpeg)
Respuestas (1)
KALYAN ACHARJYA
el 24 de Sept. de 2019
Editada: KALYAN ACHARJYA
el 24 de Sept. de 2019
im=imread('image.jpeg');
im_gray=rgb2gray(im);
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/239444/image.png)
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!
0 comentarios
Ver también
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!