MTF
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
SplineParams Struct Reference
Inheritance diagram for SplineParams:
SSMParams

Public Types

enum  InterpolationType { Bilinear, Biquadratic, Bicubic }
 

Public Member Functions

 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)
 
- Public Member Functions inherited from SSMParams
 SSMParams (int _resx, int _resy)
 
 SSMParams (const SSMParams *ssm_params=nullptr)
 

Static Public Member Functions

static const char * toString (InterpolationType data_type)
 

Public Attributes

int control_size_x
 
int control_size_y
 
double control_overlap
 
InterpolationType interp_type
 
bool static_wts
 
bool debug_mode
 
- Public Attributes inherited from SSMParams
int resx
 horizontal and vertical sampling resolutions
 
int resy
 

The documentation for this struct was generated from the following file: