STIRA  0.1
Public Member Functions | List of all members
stira::imagetools::BicubicInterpolator Class Reference

child class for bicubic interpolation Source: http://www.paulinternet.nl/?page=bicubic More...

#include <BicubicInterpolator.h>

Inheritance diagram for stira::imagetools::BicubicInterpolator:
stira::imagetools::Interpolator

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
 

Detailed Description

child class for bicubic interpolation Source: http://www.paulinternet.nl/?page=bicubic

Member Function Documentation

double stira::imagetools::BicubicInterpolator::Run ( ArrayGrid< double > *  pGrid,
double  x,
double  y 
)
virtual

Bicubic interpolation.

Parameters
pGridgrid in which to interpolate
xx coordinate of point to be interpolated
yy 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().


The documentation for this class was generated from the following files: