From f434ba5aa24870582059725e72f5595c839ad3e0 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 21 Jun 2016 11:11:11 +0200 Subject: tracker/pt: adjust auto threshold max area size --- tracker-pt/point_extractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-pt/point_extractor.h') diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index b3fac38a..94948d34 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -25,7 +25,7 @@ public: const std::vector &extract_points(cv::Mat &frame); int get_n_points() { QMutexLocker l(&mtx); return points.size(); } PointExtractor(); - + settings_pt s; private: static constexpr double pi = 3.14159265359; -- cgit v1.2.3