[Insight-users] dense interpolation of sparse vector fields
Nick Tustison
ntustison at gmail.com
Sat Jan 26 08:54:23 EST 2013
Hi,
You can use the filter
http://www.itk.org/Doxygen/html/classitk_1_1BSplineScatteredDataPointSetToImageFilter.html
for irregularly spaced data on a finite domain. For sparse data
on a regular grid you can use the wrapper class
http://www.itk.org/Doxygen/html/classitk_1_1DisplacementFieldToBSplineImageFilter.html
Nick
On Jan 25, 2013, at 8:56 PM, Siddharth Srivastava <siddys at gmail.com> wrote:
> Dear ITK users,
> I have some sparsely distributed vectors on a regular grid. Are there
> any methods available in ITK using which I can obtain a dense interpolation
> of these vectors over the entire grid?
> Alternatively, are there any published methods which I can implement using the
> filters in ITK to do this?
> It will be fantastic if irregular grids are covered too, but it is not necessary
> for now.
> Thanks a lot for your help,
> Sid.
> _____________________________________
> 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
More information about the Insight-users
mailing list