[ITK-users] How to get the displacementfield from compositetransform?

Francois Budin francois.budin at kitware.com
Mon Mar 27 13:36:35 EDT 2017


Hello Wang,

What was the exception message that you were getting? Did you try the
TransformToDisplacementFieldFilter with only one simple transform (such as
an affine transform) to see if your implementation was working in that
case? Did you specify a size or a reference image for the
TransformToDisplacementFieldFilter?

Hope this helps,
Francois

On Mon, Mar 27, 2017 at 10:28 AM, wangtaoiz <wangtao_ at sjtu.edu.cn> wrote:

> For instance, I have transforms A, B, C after registration. Then I used
> these
> transforms, the codes should be:
> ...
> A.AddTransform(B);
> A.AddTransform(C);
> ...
> Resample.SetTransform(A);
> ...
>
> In this way, I sequentially used transform A, then B and finally C. Now I
> want the get the combined transform scalar value directly, so I asked if
> there is a to get the displacementfield by these compositetransform. Hope
> for some guidances!
>
> Thanks
> Wang
>
>
>
> --
> View this message in context: http://itk-users.7.n7.nabble.
> com/How-to-get-the-displacementfield-from-compositetransform-
> tp38035p38044.html
> Sent from the ITK - Users mailing list archive at Nabble.com.
> _____________________________________
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/insight-users/attachments/20170327/a4a6fc1b/attachment.html>


More information about the Insight-users mailing list