X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FDetector.h;h=cb52902ac80d7d17a9b042e278c3413f55269a66;hb=b5f0328f4054d19fcf8a6b870d5448be8087d29c;hp=edf875c71afdb73d1ba0f90c160fe421f46747c8;hpb=79009fa0674d90e03b7a7bd958f7ee1e20d9b194;p=trackerpp.git diff --git a/include/Detector.h b/include/Detector.h index edf875c..cb52902 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 0;} }; struct Detection