|
STIRA
0.1
|
A class for interpolation. More...
#include <Interpolator.h>
Public Member Functions | |
| Interpolator () | |
| constructor | |
| virtual | ~Interpolator () |
| destructor | |
| virtual double | Run (ArrayGrid< double > *pGrid, double x, double y)=0 |
| Runs interpolation. More... | |
A class for interpolation.
|
pure virtual |
Runs interpolation.
| pGrid | grid in which to interpolate |
| x | x coordinate of point to be interpolated |
| y | y coordinate of point to be interpolated |
Implemented in stira::imagetools::BicubicInterpolator, stira::imagetools::BilinearInterpolator, and stira::imagetools::NearestNeighborInterpolator.
Referenced by stira::imagetools::GeometricTransform::Apply(), and stira::imagetools::GeometricTransform::ApplyInverse().
1.8.11