Hugintrunk
0.1
|
sinc interpolation, with variable width More...
#include <Interpolators.h>
Public Member Functions | |
void | calc_coeff (double x, double *w) const |
initialize weights for given offset x More... | |
void | emitGLSL (std::ostringstream &oss) const |
Static Public Attributes | |
static const int | size = size_ |
sinc interpolation, with variable width
Definition at line 247 of file Interpolators.h.
|
inline |
initialize weights for given offset x
Definition at line 253 of file Interpolators.h.
References vigra_ext::sinc(), and vigra_ext::interp_sinc< size_ >::size.
|
inline |
Definition at line 271 of file Interpolators.h.
References M_PI, and vigra_ext::interp_sinc< size_ >::size.
|
static |
Definition at line 250 of file Interpolators.h.
Referenced by vigra_ext::interp_sinc< size_ >::calc_coeff(), and vigra_ext::interp_sinc< size_ >::emitGLSL().