Hugintrunk
0.1
|
cubic interpolation More...
#include <Interpolators.h>
Public Member Functions | |
void | calc_coeff (double x, double *w) const |
initialize weights for given x More... | |
void | emitGLSL (std::ostringstream &oss) const |
Static Public Attributes | |
static const int | size = 4 |
cubic interpolation
Definition at line 131 of file Interpolators.h.
|
inline |
initialize weights for given x
Definition at line 137 of file Interpolators.h.
References vigra_ext::cubic01(), and vigra_ext::cubic12().
|
inline |
Definition at line 145 of file Interpolators.h.
References vigra_ext::A().
|
static |
Definition at line 134 of file Interpolators.h.