Skip to content

AffineTransform should not center data upfront #8

@Oliver-Loeffler

Description

@Oliver-Loeffler

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>.

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions