1
0
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:
Vladimir
2015-08-09 04:49:32 +09:00
parent 016b4c82c5
commit 8aab261574
4 changed files with 343 additions and 69 deletions

View File

@@ -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);
};
//! @}