How to read and display first frame of 90 Dicom images and select one from the displayed frames for further processing?
조회 수: 2 (최근 30일)
이전 댓글 표시
채택된 답변
Image Analyst
2013년 9월 15일
Did you try dicomread()?
댓글 수: 4
Image Analyst
2013년 9월 15일
Your code worked for me, but if it doesn't for you, you can try rid of this unnecessary line:
filename = cellstr(filename);
추가 답변 (0개)
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!