-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The AffineTransformCalculation
function centers the given data before doing any calculations. There are cases, where this centering is not wanted. To cover those cases, try following approach:
- remove the centering code from
AffineTransformCalculation
and instead compose it with a variant ofnet.raumzeitfalle.registration.alignment.TranslateToCenter
. - A new version of
TranslateToCenter
is needed, as the center calculation should be controlled by aPredicate<Displacement>
.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request