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