[ITK-users] Question about itkCenteredVersorTransformInitializer

Jan Schepers janschepers1 at gmail.com
Tue Mar 10 12:14:24 EDT 2015


Hello,

in the method InitializeTransform the rotation matrix is computed as
follows:
MovingMatrixType rotationMatrix = movingPrincipalAxis *
fixedPrincipalAxis.GetInverse();

This doesn't work for me. If I change it to
MovingMatrixType rotationMatrix =
movingPrincipalAxis.GetInverse() * fixedPrincipalAxis;
then I get the results that I expected. Strangely, both rotation matrices
are not even each other's inverse.

Did anyone experience the same problem?

Best regards,
Jan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20150310/fa169dd7/attachment.html>


More information about the Insight-users mailing list