converting Cardiac DICOM image into gray scale for Image segmentation.
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
vaishali
2013년 9월 21일
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...
참고 항목
카테고리
Help Center 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!