This is Neurodata's open-source Python package that performs affine and deformable (LDDMM) image registration.
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 .
This software is distributed under the Apache 2.0 license. Please see the LICENSE file for details.