How to use DCMTK in an iPhone project

青春壹個敷衍的年華 提交于 2019-12-18 03:49:06

问题


I have already successfully used CCmake to compile dcmtk3.6 and build it in an ios environment, but I don't know how to include these compiled file in a new ios project.

I have already moved dcmtk after compiling to a new iphone project, and used #include "dcm2xml.h" but there is error about path.


回答1:


Try the iiDicom framework in QuickDicom.

http://sourceforge.net/projects/quickdicom/

iiDicom provides an ObjC wrapper for DCMTK, but it has not been updated for a while, so only handles DCMTK 3.5.4. If you've already compiled DCMTK 3.6 for iOS, you should be able to cobble the two together.



来源:https://stackoverflow.com/questions/5484634/how-to-use-dcmtk-in-an-iphone-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!