|
| GridTrackerCVParams (int _grid_size_x, int _grid_size_y, int _search_window_x, int _search_window_y, bool reset_at_each_frame, bool _patch_centroid_inside, double _fb_err_thresh, int _pyramid_levels, bool _use_min_eig_vals, double _min_eig_thresh, int _max_iters, double _epsilon, int _input_type, bool _show_pts, bool _debug_mode) |
| decides whether logging data will be printed for debugging purposes; More...
|
|
| GridTrackerCVParams (const GridTrackerCVParams *params=nullptr) |
|
int | getResX () const |
|
int | getResY () const |
|
|
int | grid_size_x |
|
int | grid_size_y |
|
int | search_window_x |
|
int | search_window_y |
|
bool | reset_at_each_frame |
|
bool | patch_centroid_inside |
|
double | fb_err_thresh |
|
int | pyramid_levels |
|
bool | use_min_eig_vals |
|
double | min_eig_thresh |
|
int | max_iters |
|
double | epsilon |
| maximum iterations of the GridTrackerCV algorithm to run for each frame
|
|
int | input_type |
|
bool | show_pts |
|
bool | debug_mode |
|
GridTrackerCVParams::GridTrackerCVParams |
( |
int |
_grid_size_x, |
|
|
int |
_grid_size_y, |
|
|
int |
_search_window_x, |
|
|
int |
_search_window_y, |
|
|
bool |
reset_at_each_frame, |
|
|
bool |
_patch_centroid_inside, |
|
|
double |
_fb_err_thresh, |
|
|
int |
_pyramid_levels, |
|
|
bool |
_use_min_eig_vals, |
|
|
double |
_min_eig_thresh, |
|
|
int |
_max_iters, |
|
|
double |
_epsilon, |
|
|
int |
_input_type, |
|
|
bool |
_show_pts, |
|
|
bool |
_debug_mode |
|
) |
| |
decides whether logging data will be printed for debugging purposes;
only matters if logging is enabled at compile time
The documentation for this struct was generated from the following file: