[Insight-users] TransformPoint with non-invertible transform

Karthik Krishnan karthik.krishnan at kitware.com
Fri Jun 4 01:49:42 EDT 2010


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 ?

One can get the approximate the EBS inverse by reversing the source and
target landmarks.

There isn'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.

--
karthik

On Tue, Jun 1, 2010 at 9:38 PM, Charlotte Curtis <c.f.curtis at gmail.com>wrote:

> Hi all,
>
> I'm transforming an image using an elasticbodysplinekerneltransform,
> followed by a bsplinedeformabletransform.  I've got a set of points
> defined on the moving image that I would like to transform as well.
> Looking at the code (and the behaviour when I try to GetInverse()), it
> seems that the inverse is not implemented (or my transform is not
> invertible).
>
> How can I transform my point set so that it matches the transformed
> moving image?  Thanks,
>
> Charlotte
> _____________________________________
> 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.html
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100604/a0a22403/attachment.htm>


More information about the Insight-users mailing list