#include <mitkLinearInterpolateFilter.h>
Inherits mitkInterpolateFilter.
Inheritance diagram for mitkLinearInterpolateFilter:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
mitkLinearInterpolateFilter () |
mitkLinearInterpolateFilter is a concrete class for bilinear and trilinear interpolation.A bi-linear interpolation algorithem was implemented for 2D image which the intensity at a point is determined from the weighted sum of intensities at four pixels closest to it. Also a tri-linear method was developed for 3d volume interpolation that the intensity at a point is estimated from 2x2x2 neighborhood.
This filter can perform point interpolation by using InterpolatePoint() and perform volume interpolation by using Run().
User should specify the input volume and run Update() first before interpolation.
|
Constructor. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkInterpolateFilter. |