X-Git-Url: http://47.100.26.94:8080/?a=blobdiff_plain;f=src%2FVideoReader.cpp;h=3d0e22d2bcdcc97f8927714d554e86126bddbeae;hb=97b147e9106cb549dd7dd62829b9d29b326738c7;hp=cfba7337a73088ac052e12e00193efffe625d929;hpb=8b450dd21387f7775cfc68dee771bda82c0f8ed6;p=trackerpp.git diff --git a/src/VideoReader.cpp b/src/VideoReader.cpp index cfba733..3d0e22d 100644 --- a/src/VideoReader.cpp +++ b/src/VideoReader.cpp @@ -49,11 +49,6 @@ UrlReader::~UrlReader() static long count = 0; -static void printImg(const cv::Mat& mat) -{ - std::cout << mat.at(0,0) << std::endl; -} - bool UrlReader::read(cv::Mat& mat) { bool ret = vcap.read(mat);