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 で DICOM Format についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!