如何在 MATLAB 7.0 版本中读取和写入 DICOM 图像?
我目前使用的是 MATLAB 7.0 版本。我需要读取 DICOM 图像并将其写回。有哪些功能可以帮助我做到这一点?
I am currently using MATLAB version 7.0. I need to read a DICOM image and write it back out. What functions are available to help me do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用dicomread/图像处理工具箱中的 dicomwrite 函数,但我推荐使用文件交换中的众多函数之一。就我个人而言,我使用这个。
You can use the dicomread/dicomwrite functions from the Image Processing Toolbox, but I'll recommend using one of the many functions found in the file exchange. Personally, I use this.
查看本页底部的代码
http://sites.google.com/site/dicomil/dicomandmatlab
Look in the code at the bottom of this page
http://sites.google.com/site/dicomil/dicomandmatlab