https://github.com/insightsoftwareconsortium/itkndreg
https://github.com/insightsoftwareconsortium/itkndreg
affine-transformation deformable-transformation image-registration insight-toolkit itk itk-module
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/insightsoftwareconsortium/itkndreg
- Owner: InsightSoftwareConsortium
- License: apache-2.0
- Created: 2019-03-08T17:17:24.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-02T19:36:17.000Z (12 months ago)
- Last Synced: 2025-08-28T11:37:40.057Z (5 months ago)
- Topics: affine-transformation, deformable-transformation, image-registration, insight-toolkit, itk, itk-module
- Language: C++
- Size: 145 KB
- Stars: 5
- Watchers: 13
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ITKNDReg
========
.. image:: https://github.com/InsightSoftwareConsortium/ITKNDReg/actions/workflows/build-test-package.yml/badge.svg
:target: https://github.com/InsightSoftwareConsortium/ITKNDReg/actions/workflows/build-test-package.yml
:alt: Build, test, package
.. image:: https://img.shields.io/pypi/v/itk-ndreg.svg
:target: https://pypi.python.org/pypi/itk-ndreg
:alt: PyPI
.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://github.com/InsightSoftwareConsortium/ITKNDReg/blob/master/LICENSE)
:alt: 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.