[vtk-developers] Image interpolators

David Gobbi david.gobbi at gmail.com
Wed Aug 24 16:26:18 EDT 2011


Hi All,

I've submitted a collection of image interpolation classes to gerrit.
These classes contain code that has been factored out of
vtkImageReslice.cxx, which is now 2000 lines shorter than it used to
be.  Through the use of these interpolators, users can easily extract
data values from any (x,y,z) point in the image, and developers can
write their own interpolators to be used with vtkImageResample and
vtkImageReslice. I've included sinc interpolators and will probably
add my b-spline interpolators soon.

wiki: http://www.vtk.org/Wiki/VTK/Image_Interpolators
gerrit: http://review.source.kitware.com/2004

 - David



More information about the vtk-developers mailing list