[ITK] [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/community/attachments/20150310/fa169dd7/attachment.html>
-------------- next part --------------
_____________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php
Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users
More information about the Community
mailing list