converting Cardiac DICOM image into gray scale for Image segmentation.
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
vaishali
le 21 Sep 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 commentaire
koturu bhavana
le 19 Oct 2015
how to convert if the image is not in size of mx3 or mxnx3 thank u in advance..bhavanabtech2010@gmail.com...
Voir également
Catégories
En savoir plus sur DICOM Format dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!