You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
tbirdso
changed the title
Pursue ANTS implementation of the itk-dreg subimage registration interface
Pursue ANTs implementation of the itk-dreg subimage registration interface
Nov 15, 2023
Background
itk-dreg
implements a pairwise subimage registration interface initk_dreg.base.registration_interface
, with one possible implementation distributed underitk-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.
itk-dreg-ants
to implement the Python package.itk_dreg_ants
depend onitk_dreg
in itspyproject.toml
file.AntsBlockPairRegistrationMethod
that derives fromitk_dreg.base.registration_interface.BlockPairRegistrationMethod
and returns the forward and inverse results from subimage pairwise registration.itk-dreg-ants
on PyPI with examples and automated tests.The text was updated successfully, but these errors were encountered: