Image Interpolation with Contour Stencils
|
struct of interpolation parameters More...
#include <cwinterp.h>
Data Fields | |
double | ScaleFactor |
int | CenteredGrid |
int | RefinementSteps |
double | PsfSigma |
double | PhiSigmaTangent |
double | PhiSigmaNormal |
struct of interpolation parameters
Definition at line 22 of file cwinterp.h.
int cwparams::CenteredGrid |
Definition at line 26 of file cwinterp.h.
double cwparams::PhiSigmaNormal |
, normal spread of
Definition at line 34 of file cwinterp.h.
double cwparams::PhiSigmaTangent |
, tagential spread of
Definition at line 32 of file cwinterp.h.
double cwparams::PsfSigma |
, the blur size of the point spread function
Definition at line 30 of file cwinterp.h.
int cwparams::RefinementSteps |
The number of steps of iterative refinement
Definition at line 28 of file cwinterp.h.
double cwparams::ScaleFactor |
The interpolation scale factor
Definition at line 25 of file cwinterp.h.