how to read 3-D medical image
조회 수: 3 (최근 30일)
이전 댓글 표시
how to read 3-D medical image
댓글 수: 0
채택된 답변
David Legland
2013년 10월 25일
Hi,
there are plenty of contributions on the file exchange. In particular a contribution called "Read medical data 3D"... http://www.mathworks.fr/matlabcentral/fileexchange/29344-read-medical-data-3d
추가 답변 (1개)
Image Analyst
2013년 10월 28일
편집: Image Analyst
2013년 10월 28일
It depends on the format, and there are lots of possible/likely formats (dicom, custom/raw, etc.). What is your format? Can you use dicomread() or imread() or the Tiff class?
댓글 수: 4
Image Analyst
2014년 5월 23일
Type imformats onto the command line to see what image file formats are accepted in your version.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!