[ITK] [ITK-users] CompositeTransform forward backward order
Emma Saunders
emmasaunders123 at gmail.com
Wed Apr 2 15:57:07 EDT 2014
Hi
could someone please clarify the order when considering composite
transforms.
When warping the moved image back to the fixed this order is required:
CompositeTransform->AddTransform(affine);
CompositeTransform->AddTransform(DisplacementFieldTransform);
When propogating the fixed to the moving using the inverse affine this
order is required:
CompositeTransform->AddTransform(DisplacementFieldTransform);
CompositeTransform->AddTransform(Inverseaffine);
Could someone clarify the process involved here or perhaps point me to some
documentation that does?
Many thanks
Emma
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/community/attachments/20140402/dde5831b/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://www.itk.org/mailman/listinfo/insight-users
More information about the Community
mailing list