How to read a multiple frames DICOM file by c++ library?

风格不统一 提交于 2019-12-07 17:31:36

问题


How do you read a multiple frame DICOM file that is a single file contains many 2D XA images (for example, barre.nom.fr/medical/samples). I know the software (dicom2), java library (dcm4che2) and matlab method(dicomread) can do this, but is there any method in c++ libraries like VTK, ITK or GDCM can read this type of data out?


回答1:


If you want to use GDCM, simply check out the Examples/Cxx directory, in particurar the HelloVizWorld dummy example.




回答2:


Please use dcmtk . Its a open source c++ library & used by many companies in industry. Also very easy to use.



来源:https://stackoverflow.com/questions/19428073/how-to-read-a-multiple-frames-dicom-file-by-c-library

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