Skip to content

InsightSoftwareConsortium/ITKNDReg

Repository files navigation

ITKNDReg

Build, test, package

PyPI

License

Overview

This is Neurodata's open-source Python package that performs affine and deformable (LDDMM) image registration.

Installation

To install the Python package:

python -m pip install itk-ndreg

Or, build the module as a separate project against an ITK build tree:

git clone https://github.com/InsightSoftwareConsortium/ITKNDReg
mkdir ITKNDReg-bulid
cd ITKNDReg-build
cmake -DITK_DIR=/path/to/ITK-build ../ITKNDReg
cmake --build .

License

This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.