|
enum | InterpolationType { Bilinear,
Biquadratic,
Bicubic
} |
|
|
| SplineParams (const SSMParams *ssm_params, int _control_size_x, int _control_size_y, double _control_overlap, InterpolationType _interp_type, bool _static_wts, bool _debug_mode) |
|
| SplineParams (const SplineParams *params=nullptr) |
|
| SSMParams (int _resx, int _resy) |
|
| SSMParams (const SSMParams *ssm_params=nullptr) |
|
|
static const char * | toString (InterpolationType data_type) |
|
|
int | control_size_x |
|
int | control_size_y |
|
double | control_overlap |
|
InterpolationType | interp_type |
|
bool | static_wts |
|
bool | debug_mode |
|
int | resx |
| horizontal and vertical sampling resolutions
|
|
int | resy |
|
The documentation for this struct was generated from the following file: