X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FDetector.h;h=c1c5a9b56287cf26a7bd06fb353506edccd9d9e8;hb=3ff9a5ad691b8dca9d91f8e9786a8d08d31b70fa;hp=edf875c71afdb73d1ba0f90c160fe421f46747c8;hpb=79009fa0674d90e03b7a7bd958f7ee1e20d9b194;p=trackerpp.git diff --git a/include/Detector.h b/include/Detector.h index edf875c..c1c5a9b 100644 --- a/include/Detector.h +++ b/include/Detector.h @@ -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