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

Added optimization to Multi-target TLD update

This commit is contained in:
Vladimir
2015-07-27 15:41:19 +09:00
parent 15226d46c5
commit 1565ff1037
3 changed files with 147 additions and 6 deletions

View File

@@ -565,7 +565,7 @@ class CV_EXPORTS_W Tracker : public virtual Algorithm
virtual void read( const FileNode& fn )=0;
virtual void write( FileStorage& fs ) const=0;
protected:
public:
virtual bool initImpl( const Mat& image, const Rect2d& boundingBox ) = 0;
virtual bool updateImpl( const Mat& image, Rect2d& boundingBox ) = 0;