converting Cardiac DICOM image into gray scale for Image segmentation.
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
devabhaktuni phaneendrababu
el 26 de Ag. de 2013
Comentada: koturu bhavana
el 19 de Oct. de 2015
How to convert DICOM image into a grayscale image or RGB Image ? I want to draw contour on the dicom image for finding Cardiac epi and endocardium boundaries using level set segmentation method .
0 comentarios
Respuestas (1)
vaishali
el 21 de Sept. de 2013
RGB=dicomread('filename');%%%%%read dicom file which is in current directory path if not add path%%
G=rgb2gray(RGB);%%%convert to grayscale image%%%
1 comentario
koturu bhavana
el 19 de Oct. de 2015
how to convert if the image is not in size of mx3 or mxnx3 thank u in advance..bhavanabtech2010@gmail.com...
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!