From dd063f79f6052959aff9ccff0f575888f0ce4b93 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 2 Jul 2018 02:03:08 +0200 Subject: busywork --- tracker-pt/point_extractor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-pt/point_extractor.cpp') diff --git a/tracker-pt/point_extractor.cpp b/tracker-pt/point_extractor.cpp index 52cbd7a7..8b2982ae 100644 --- a/tracker-pt/point_extractor.cpp +++ b/tracker-pt/point_extractor.cpp @@ -81,7 +81,7 @@ void PointExtractor::extract_points(cv::Mat& frame, std::vector& poin //val *= 240./256.; //qDebug() << "thres" << thres; - cv::threshold(frame_gray, frame_bin, thres, 255, CV_THRESH_BINARY); + cv::threshold(frame_gray, frame_bin, thres, 255, cv::THRESH_BINARY); } blobs.clear(); -- cgit v1.2.3