InsightSoftwareConsortium / itk-dreg

A framework for distributed large-scale image registration
http://itk-dreg.readthedocs.io/
Apache License 2.0
5 stars 2 forks source link

Review underlying axis alignment assumptions #17

Open tbirdso opened 9 months ago

tbirdso commented 9 months ago

Background

As an initial implementation the itk_dreg.block subpackage provides ease-of-use methods for mapping between voxel and physical spaces based on metadata from itk.Image, NumPy, and Dask region specifiers. In several cases the itk_dreg.block subpackage estimates axis-aligned bounding boxes in physical space to describe image domains.

Current Behavior

Axis-aligned bounding boxes may not be fully descriptive of image regions in several cases:

Requested Behavior

Revisit the itk_dreg.register and itk_dreg.block submodules and consider the following: