From f02baa0868f219076a641634625f7c032d3a9eef Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Mon, 28 Dec 2015 07:02:42 +0100 Subject: tracker/pt: increase auto threshold bucket size again Slowdown was caused by something else. I can no longer reproduce it. --- tracker-pt/point_extractor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index ad8955fc..030251ff 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -27,7 +27,7 @@ public: settings_pt s; private: - enum { hist_c = 8 }; + enum { hist_c = 2 }; std::vector points; QMutex mtx; cv::Mat frame_gray; -- cgit v1.2.3