how to read 3-D medical image
이전 댓글 표시
채택된 답변
추가 답변 (1개)
Image Analyst
2013년 10월 28일
편집: Image Analyst
2013년 10월 28일
0 개 추천
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
asmi
2013년 10월 29일
Image Analyst
2013년 10월 29일
That is not a format. That is a function to read in an image. The image has a format regardless if you use imread() or not or some other function to read it in.
eman
2014년 5월 23일
what about pgm format for 3d images?
Image Analyst
2014년 5월 23일
Type imformats onto the command line to see what image file formats are accepted in your version.
카테고리
도움말 센터 및 File Exchange에서 Read and Write Image Data from Files에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!