X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=include%2FDetector.h;h=cb52902ac80d7d17a9b042e278c3413f55269a66;hb=b5f0328f4054d19fcf8a6b870d5448be8087d29c;hp=c1c5a9b56287cf26a7bd06fb353506edccd9d9e8;hpb=48adce31a0ffdb3757ee1be8a63ce7e769e87deb;p=trackerpp.git diff --git a/include/Detector.h b/include/Detector.h index c1c5a9b..cb52902 100644 --- a/include/Detector.h +++ b/include/Detector.h @@ -15,7 +15,7 @@ namespace suanzi { Detector(); virtual ~Detector(); // TODO - unsigned int detect(const cv::Mat& frame, Detection* detections){return 1;} + unsigned int detect(const cv::Mat& frame, Detection* detections){return 0;} }; struct Detection