How to use Dcmtk in Qt?

后端 未结 4 1245
春和景丽
春和景丽 2020-12-09 00:30

I am working on a project where I have to read a dicom image.

I am unable to install dcmtk. I am using win7 64-bit and vs2010.

Please explain the procedur

4条回答
  •  Happy的楠姐
    2020-12-09 01:11

    We have a project that is an implementation of DCMTk in Qt -- we call it QtDICOM, and it forms the foundation of many of our products (http://fluxinc.ca/medical)/. Worth a look (https://bitbucket.org/fluxinc/qt-dicom). We haven't documented the configuration particularly well, but you can probably figure it out if you have a look.

    Note: It does depend on DCMTk being built and included in the various paths.

提交回复
热议问题