It is the points on the moving image that are transformed onto the fixed image. Perhaps its an issue of terminology. Are you sure you need the inverse ?<br><br>One can get the approximate the EBS inverse by reversing the source and target landmarks.<br>
<br>There isn&#39;t a straightforward way to invert the BSpline. Take a look at itk::InverseDeformationFieldImageFitler . It samples the grid using a kernel transform and approximates the inverse via one of the 5 kernel transforms.<br>
<br>--<br>karthik<br><br><div class="gmail_quote">On Tue, Jun 1, 2010 at 9:38 PM, Charlotte Curtis <span dir="ltr">&lt;<a href="mailto:c.f.curtis@gmail.com">c.f.curtis@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>
<br>
I&#39;m transforming an image using an elasticbodysplinekerneltransform,<br>
followed by a bsplinedeformabletransform.  I&#39;ve got a set of points<br>
defined on the moving image that I would like to transform as well.<br>
Looking at the code (and the behaviour when I try to GetInverse()), it<br>
seems that the inverse is not implemented (or my transform is not<br>
invertible).<br>
<br>
How can I transform my point set so that it matches the transformed<br>
moving image?  Thanks,<br>
<br>
Charlotte<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" 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" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</blockquote></div><br><br clear="all"><br>