[Insight-users] can we apply transformation on circular region of interest in ITK

Luis Ibanez luis.ibanez at kitware.com
Mon May 28 17:54:16 EDT 2012


Hi Prateep,

Not really, the underlying structure of the
BSplineDeformableTransform assumes
that you have a rectangular domain
(at least topologically).


You could however approximate a circular
domain with the ITK KernelTransforms:
http://www.itk.org/Doxygen310/html/classitk_1_1KernelTransform.html

if you carefully place the landmarks in a
radial configuration.

You may want to try with the TPS Transform:
http://www.itk.org/Doxygen310/html/classitk_1_1ThinPlateSplineKernelTransform.html

for example.


      Luis



--------------------------
On Thu, May 24, 2012 at 3:32 PM, Prateep Mukherjee <pmukherj at umail.iu.edu>wrote:

> Hi,
>
>  Is there a way to apply itk::BSplineDeformableTransform  on circular
> regions ?
>
>  I am currently using BSplineDeformableTransform as the
> transformation matrix. I couldn't find a way of setting a circular
> region of interest in BSplineDeformableTransform.
>
>  So after placing the grid points, I need the transformation to be
> applied on a circular region around the grid point.
>
>  Thanks a lot for your time.
>
> --
> Prateep.
> _____________________________________
> 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.php
>
> 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/20120528/c3078033/attachment.htm>


More information about the Insight-users mailing list