[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://www.itk.org/pipermail/insight-users/attachments/20140402/dde5831b/attachment.html>
More information about the Insight-users
mailing list