<div dir="ltr"><div><div><div>Hello Wang,<br><br></div>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?<br><br></div>Hope this helps,<br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Mar 27, 2017 at 10:28 AM, wangtaoiz <span dir="ltr"><<a href="mailto:wangtao_@sjtu.edu.cn" target="_blank">wangtao_@sjtu.edu.cn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For instance, I have transforms A, B, C after registration. Then I used these<br>
transforms, the codes should be:<br>
...<br>
A.AddTransform(B);<br>
A.AddTransform(C);<br>
...<br>
Resample.SetTransform(A);<br>
...<br>
<br>
In this way, I sequentially used transform A, then B and finally C. Now I<br>
want the get the combined transform scalar value directly, so I asked if<br>
there is a to get the displacementfield by these compositetransform. Hope<br>
for some guidances!<br>
<br>
Thanks<br>
Wang<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://itk-users.7.n7.nabble.com/How-to-get-the-displacementfield-from-compositetransform-tp38035p38044.html" rel="noreferrer" target="_blank">http://itk-users.7.n7.nabble.<wbr>com/How-to-get-the-<wbr>displacementfield-from-<wbr>compositetransform-<wbr>tp38035p38044.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<br>
______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>