[Insight-users] TPS

Karthik Krishnan karthik.krishnan at kitware.com
Mon Mar 7 06:07:59 EST 2011


On Mon, Mar 7, 2011 at 2:38 PM, Kerstin Müller <
kerstin.mueller612 at googlemail.com> wrote:

> Hallo everyone,
>
> I wanna use the itk TPS, I was reading the given paper: IEEE TMI paper by
> Davis, Khotanzad, Flamig, and Harms, Vol. 16 No. 3 June 1997. I was
> wondering if this is the right paper since it is about EBS.
>

Yes, the focus there is on EBS. Google itself should turn up the math
details for you, if needed. There are plenty of references :)


> Furthermore, it would be great to know how the optimization is done in the
> current implementation.
>

The transform class in itself is not multi-threaded.

Its most common usage is however multi-threaded. If you transform an image
using the itk::ResampleImageFilter, the resampling is multi-threaded, ie
there are mutiple TransformPoint calls happening simultaneously.

Because it takes quite long and I'm thinking of implementing a CUDA version.
>

Any contributions are most welcome.


>
> Any hints are highly welcome!
>
> thanks a lot
>
> _____________________________________
> 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/20110307/dae4e1b5/attachment-0001.htm>


More information about the Insight-users mailing list