Inviwo module providing functionality for loading and writing DICOM files using the Grassroots DICOM GDCM library.
- checkout Inviwo https://github.com/inviwo/inviwo.git
- init submodules of the Inviwo repo
git submodule update --init --recursive
- checkout https://github.com/inviwo/modules.git
- init submodules of the modules repo
git submodule update --init --recursive
- in CMake
a) append
medvis
directory of the modules repo toIVW_EXTERNAL_MODULES
, e.g.c:/dev/inviwo/modules/medvis;c:/dev/inviwo/modules/misc
b) run CMake c) make sure theDICOM
module is enabled (IVW_MODULE_DICOM
) - compile
- run Inviwo.