X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FDetector.h;fp=include%2FDetector.h;h=c1c5a9b56287cf26a7bd06fb353506edccd9d9e8;hb=48adce31a0ffdb3757ee1be8a63ce7e769e87deb;hp=edf875c71afdb73d1ba0f90c160fe421f46747c8;hpb=e45efc2cf76f6dc89e8b02484bf69a400cb93cf9;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