BioMedIA / deepali

Image, point set, and surface registration in PyTorch.
https://biomedia.github.io/deepali/
Apache License 2.0
26 stars 6 forks source link

[spatial] Allow ImageTransformer target domain to differ from transform domain #100

Closed aschuh-hf closed 1 year ago

aschuh-hf commented 1 year ago

The transform.grid() and desired target sampling grid of the warped output image are used to initialize the normalized grid coordinates with respect to the transform.grid(). This removes the requirement that transform.grid() and target grid must have the same normalized coordinates.

Closes #87.