how to read 3-D medical image
2 ビュー (過去 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!