|
|
| CascadeParams (bool _enable_feedback, bool _auto_reinit, double _reinit_err_thresh, int _reinit_frame_gap) |
| |
|
| CascadeParams (const CascadeParams *params=nullptr) |
| |
|
|
bool | enable_feedback |
| | use the position of the last tracker in the cascade to update that of the first tracker before updating the cascade with the next frame
|
| |
|
bool | auto_reinit |
| | automatically reinitialize all trackers when the change in corners between consecutive any two trackers in the cascade exceeds a threshold
|
| |
|
double | reinit_err_thresh |
| | threshold of corner change norm above which failure is assumed and trackers are reinitialized
|
| |
|
int | reinit_frame_gap |
| | gap between the frame in which the failure is detected and the one where trackers are reinitialized
|
| |
The documentation for this struct was generated from the following file: