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:
@@ -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
|
||||
|
Reference in New Issue
Block a user