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
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 of net.raumzeitfalle.registration.alignment.TranslateToCenter.
A new version of TranslateToCenter is needed, as the center calculation should be controlled by a Predicate<Displacement>.
The text was updated successfully, but these errors were encountered:
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:AffineTransformCalculation
and instead compose it with a variant ofnet.raumzeitfalle.registration.alignment.TranslateToCenter
.TranslateToCenter
is needed, as the center calculation should be controlled by aPredicate<Displacement>
.The text was updated successfully, but these errors were encountered: