Add boost python, and predictor wrapper
[trackerpp.git] / include / Detector.h
index edf875c..c1c5a9b 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 1;}
     };
 
     struct Detection