mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 08:44:11 +08:00
Improved VF optimization + Added EC optimization for MO-TLD
This commit is contained in:
@@ -1384,7 +1384,7 @@ public:
|
||||
class CV_EXPORTS_W MultiTrackerTLD : public MultiTracker_Alt
|
||||
{
|
||||
public:
|
||||
bool update(const Mat& image);
|
||||
bool update_opt(const Mat& image);
|
||||
};
|
||||
|
||||
//! @}
|
||||
|
Reference in New Issue
Block a user