Background
itk-dreg implements a pairwise subimage registration interface in itk_dreg.base.registration_interface, with one possible implementation distributed under itk-dreg.elastix. Other implementations may be provided as extensions via other Python wheels.
Feature Request
We should explore a registration implementation based on ANTsPy to complement the ITKElastix implementation.
- Recommended: create a new repository
itk-dreg-ants to implement the Python package.
- Have
itk_dreg_ants depend on itk_dreg in its pyproject.toml file.
- Implement
AntsBlockPairRegistrationMethod that derives from itk_dreg.base.registration_interface.BlockPairRegistrationMethod and returns the forward and inverse results from subimage pairwise registration.
- Distribute
itk-dreg-ants on PyPI with examples and automated tests.