I have to convert a DICOM
image into any supportable format for UIImageView
such as JPG, PNG, etc. Are there any frameworks to implement in iOS for iPad?
我必须将DICOM图像转换为UIImageView的任何可支持格式,例如JPG,PNG等。在iOS for iPad中是否有任何框架要实现?
I found ITK useful to do this but still I don't know how use ITK to implement this.
我发现ITK很有用,但我仍然不知道如何使用ITK来实现这一点。
2 个解决方案
#1
2
The only opensource DICOM library I know of is Imebra; it claims support for Windows and OSX only, but as a C++ library I can't foresee any major difficulties with porting it to iOS.
我所知道的唯一的开源DICOM库是Imebra;它声称只支持Windows和OSX,但作为一个C ++库,我无法预见将其移植到iOS时会遇到什么重大困难。
#2
1
There is one open source Lib "GDCM", you can check this ANS How to display DICOM files in a view on iPhone.
有一个开源Lib“GDCM”,您可以查看此ANS如何在iPhone上的视图中显示DICOM文件。
Even i have not tried my self, but seems to be right way to go.
即使我没有尝试过自己,但似乎是正确的方法。
By the way, have you tried what "Benjamin Mayo" answered ? was imebra usful to you ?
顺便问一下,你试过“本杰明梅奥”回答了什么?是imebra对你有用吗?
#1
2
The only opensource DICOM library I know of is Imebra; it claims support for Windows and OSX only, but as a C++ library I can't foresee any major difficulties with porting it to iOS.
我所知道的唯一的开源DICOM库是Imebra;它声称只支持Windows和OSX,但作为一个C ++库,我无法预见将其移植到iOS时会遇到什么重大困难。
#2
1
There is one open source Lib "GDCM", you can check this ANS How to display DICOM files in a view on iPhone.
有一个开源Lib“GDCM”,您可以查看此ANS如何在iPhone上的视图中显示DICOM文件。
Even i have not tried my self, but seems to be right way to go.
即使我没有尝试过自己,但似乎是正确的方法。
By the way, have you tried what "Benjamin Mayo" answered ? was imebra usful to you ?
顺便问一下,你试过“本杰明梅奥”回答了什么?是imebra对你有用吗?