[vtkusers] question about the interpolation in the vtkImageReslice

David Gobbi dgobbi at atamai.com
Tue Jan 2 16:30:36 EST 2007


Hi Anja,

Tricubic uses a 4x4x4 grid and 3 cubic polynomials everywhere except at 
the edges of the image.

Or, if you have a 2D image instead of a 3D image, it uses a 4x4 square 
and 2 cubic polynomials.

 - David

 

Anja Ende wrote:
> Hi everyone,
>
> I have a question about the vtkImageReslice tricubic interpolation 
> alogorithm. Just trying to figure out what it actually does:
>
> So, I am guessing it takes the weighted average of the nearby pixels. 
> Just wondering how many pixels it takes into account. Is it a 4x4x4 
> grid (effectively 64 pixels and 3 cubic polynomials)?
>
> Thanks for any help you might give me.
>
> Cheers,
>
> Anja
> ------------------------------------------------------------------------
>
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>   




More information about the vtkusers mailing list