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!