converting Cardiac DICOM image into gray scale for Image segmentation.

1 Ansicht (letzte 30 Tage)
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 .

Antworten (1)

vaishali
vaishali am 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%%%

Kategorien

Mehr zu DICOM Format finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by