converting Cardiac DICOM image into gray scale for Image segmentation.
显示 更早的评论
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 .
回答(1 个)
vaishali
2013-9-21
0 个投票
RGB=dicomread('filename');%%%%%read dicom file which is in current directory path if not add path%%
G=rgb2gray(RGB);%%%convert to grayscale image%%%
1 个评论
koturu bhavana
2015-10-19
how to convert if the image is not in size of mx3 or mxnx3 thank u in advance..bhavanabtech2010@gmail.com...
类别
在 帮助中心 和 File Exchange 中查找有关 DICOM Format 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!