STIRA
0.1
|
child class for bicubic interpolation Source: http://www.paulinternet.nl/?page=bicubic More...
#include <BicubicInterpolator.h>
Public Member Functions | |
BicubicInterpolator () | |
constructor | |
virtual | ~BicubicInterpolator () |
destructor | |
virtual double | Run (ArrayGrid< double > *pGrid, double x, double y) |
Bicubic interpolation. More... | |
Public Member Functions inherited from stira::imagetools::Interpolator | |
Interpolator () | |
constructor | |
virtual | ~Interpolator () |
destructor | |
child class for bicubic interpolation Source: http://www.paulinternet.nl/?page=bicubic
|
virtual |
Bicubic interpolation.
pGrid | grid in which to interpolate |
x | x coordinate of point to be interpolated |
y | y coordinate of point to be interpolated |
Implements stira::imagetools::Interpolator.
References stira::imagedata::ArrayGrid< T >::GetHeight(), stira::imagedata::ArrayGrid< T >::GetValue(), and stira::imagedata::ArrayGrid< T >::GetWidth().