1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-18 08:44:11 +08:00

tracking: add a threshold to the CSRT tracker

This commit is contained in:
berak
2018-09-27 12:46:10 +02:00
parent ff59193d3f
commit ad8cf97e9d
3 changed files with 20 additions and 1 deletions

View File

@@ -1513,6 +1513,8 @@ public:
float scale_model_max_area;
float scale_lr;
float scale_step;
float psr_threshold; //!< we lost the target, if the psr is lower than this.
};
/** @brief Constructor