[Insight-users] Irregularly sampled deformation field

Luis Ibanez luis.ibanez at kitware.com
Wed Aug 4 06:51:43 EDT 2010


Hi Emmanuel,

This sounds very useful.

I would think that an irregularly sampled deformation field
can be represented with the KernelTransforms

http://www.itk.org/Doxygen310/html/classitk_1_1KernelTransform.html

by setting Source and Traget landmarks that are related
by the desired deformation vectors.


Note that this transform can be connected directly to
the itkResampleImageFilter.



    Regards,


          Luis


----------------------------------------------------------------------------
On Wed, Jul 28, 2010 at 12:53 PM, Emmanuel Christophe <
emmanuel.christophe at gmail.com> wrote:

> Hi all,
>
> We are using the TransformToDeformationFieldSource with the
> WarpImageFilter to apply a deformation to an image. The advantage is
> that the WarpImageFilter is able to interpolate the deformation which
> enable us to use a subsampled deformation field (speeding up the
> computation significantly).
>
> We would like to be able to adapt the sampling according to some
> specific criteria. For this, we would need an irregularly sampled
> deformation field and the corresponding image warping filter. We don't
> think that there is anything like that in ITK (yet). We are
> considering implementing that, but we would like to have suggestions
> concerning the best data structure to use to represent this irregular
> grid: PointSet, Mesh, anything else?
>
> Thanks,
> Emmanuel and Julien
> _____________________________________
> 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/20100804/e3718bbf/attachment.htm>


More information about the Insight-users mailing list