complete the metris functions
[trackerpp.git] / include / Detector.h
index edf875c..cb52902 100644 (file)
@@ -14,7 +14,8 @@ namespace suanzi {
     public:
         Detector();
         virtual ~Detector();
-        unsigned int detect(cv::Mat& frame, Detection* detections){return 1;}
+        // TODO
+        unsigned int detect(const cv::Mat& frame, Detection* detections){return 0;}
     };
 
     struct Detection