MTF
Public Member Functions | Public Attributes | List of all members
GridTrackerFlowParams Struct Reference

Public Member Functions

 GridTrackerFlowParams (int _grid_size_x, int _grid_size_y, int _search_window_x, int _search_window_y, int _pyramid_levels, bool _use_const_grad, double _min_eig_thresh, int _max_iters, double _epsilon, bool _show_trackers, bool _debug_mode)
 decides whether logging data will be printed for debugging purposes; More...
 
 GridTrackerFlowParams (const GridTrackerFlowParams *params=nullptr)
 
int getResX () const
 
int getResY () const
 

Public Attributes

int grid_size_x
 
int grid_size_y
 
int search_window_x
 
int search_window_y
 
int pyramid_levels
 
bool use_const_grad
 
double min_eig_thresh
 
int max_iters
 
double epsilon
 maximum iterations of the GridTrackerFlow algorithm to run for each frame
 
bool show_trackers
 
bool debug_mode
 

Constructor & Destructor Documentation

GridTrackerFlowParams::GridTrackerFlowParams ( int  _grid_size_x,
int  _grid_size_y,
int  _search_window_x,
int  _search_window_y,
int  _pyramid_levels,
bool  _use_const_grad,
double  _min_eig_thresh,
int  _max_iters,
double  _epsilon,
bool  _show_trackers,
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: