MTF
|
Public Member Functions | |
ImgParams (int _resx, int _resy, double _grad_eps=GRAD_EPS, double _hess_eps=HESS_EPS, bool _uchar_input=UCHAR_INPUT) | |
ImgParams (const ImgParams *img_params=nullptr) | |
Public Attributes | |
int | resx |
horizontal and vertical sampling resolutions | |
int | resy |
double | grad_eps |
numerical increment/decrement used for computing image hessian and gradient using the method of finite differences | |
double | hess_eps |
bool | uchar_input |