MedicalVisualization
DCMTK Example
‹ DCMTK | ● | DCMTK Keys ›
DCMTK hands on example:
- We download the following DICOM images:
- And try to open the images with ImageMagick (→ display) and Gimp (→ gimp).
- Now we download DCMTK and install the package
- Either use the DCMTK 3.6.0 release for Ubuntu 14.04
- Or a later release snapshot for Ubuntu 16.04 LTS:
- Or the latest release snapshot for Ubuntu 18.04 LTS (and MacOS X) from here:
- To build use CMake style:
cmake -DDCMTK_WITH_ICU=OFF . && make && sudo make install
- Then we finally try the “dcmdump” tool from the bin directory with the DICOM images.
‹ DCMTK | ● | DCMTK Keys ›