mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-18 00:01:17 +08:00
Tracking-Learning-Detection and MedianFlow
This contribution includes the following logical components into tracking module: .) Change Rect to Rect2d into headers for Tracker's methods; This contribution includes the following logical components into tracking module: .) Change Rect to Rect2d into headers for Tracker's methods; .) MedianFlow tracker; .) extensible benchmark to compare trackers interactively and assess them quantitatively; .) TLD tracker (work-in-progress); Work was funded by Google Summer of Code 2014 initiative. Mentors: Gary Bradski and Vadim Pisarevsky.
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_TRACKING_HPP__
|
||||
#define __OPENCV_TRACKING_HPP__
|
||||
#ifndef __OPENCV_TRACKING_LENLEN_HPP__
|
||||
#define __OPENCV_TRACKING_LENLEN_HPP__
|
||||
|
||||
#include "opencv2/core/cvdef.h"
|
||||
|
||||
@@ -50,5 +50,4 @@ CV_EXPORTS bool initModule_tracking(void);
|
||||
}
|
||||
|
||||
#include "opencv2/tracking/tracker.hpp"
|
||||
|
||||
#endif //__OPENCV_TRACKING_HPP__
|
||||
#endif //__OPENCV_TRACKING_LENLEN
|
||||
|
Reference in New Issue
Block a user