A sample project to make the following example
https://itk.org/ITKExamples/src/IO/GDCM/ReadDICOMSeriesAndWrite3DImage/Documentation.html
work with vcpkg
Installation instructions:
- Install vcpkg
- Using vcpkg install itk, openjpeg and eigen3
- git clone this repository
- enter the project dir, create and enter a build directory
- Generate project solution with cmake
- Build with visual studio
- Execute with path to dicom file as first parameter