Skip to content

PaulMougel/SPINEUtilsCxx

 
 

Repository files navigation

SPINEUtilsCXX

Description

This project has some of the back-end programs and utilities for SPINE

You can find the following utilities:

  1. SPINE contour manipulation.

    1. ContoursIO: read, write.

    2. Contour interpolation: bezier interpolation.

    3. Contour values: area and perimeter calculation.

  2. Contour statistics:

  3. Image manipulation:

    1. Resampling: Image ares converted from DICOM or nifti to RAS space.

Requirements:

ITK, VTK, Xerces, CMake, json-c, gdcm

ITK option for 'support version 3' must be on → ITKV3_COMPATIBILITY ON

GDCM

To install GDCM please download the sources from the git repository

This program will dump the header of a DICOM file in JSON format. It is more robust than the pydicom version used before. GDCM is also used for image anonymization.

Turn on the following variables when executing CMAKE for GDCM. Select 'Show advance settings' for some of these variables.

GDCM_BUILD_APPLICATIONS ON

GDCM_USE_SYSTEM_OPENSSL ON

Compile and install GDCM.

About

Utilities developed in c++ for the SPINE initiative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.6%
  • C++ 4.3%
  • CMake 1.9%
  • Shell 0.2%