diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-28 07:02:42 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-28 07:02:42 +0100 |
commit | f02baa0868f219076a641634625f7c032d3a9eef (patch) | |
tree | 99310f675b44ca246cb125a13fcd18072b3ab610 /tracker-pt | |
parent | ccdf021f5d1a8daed729369cc078c5756a3a5bee (diff) |
tracker/pt: increase auto threshold bucket size againopentrack-2.3-rc21p7
Slowdown was caused by something else. I can no longer reproduce it.
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/point_extractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<cv::Vec2f> points; QMutex mtx; cv::Mat frame_gray; |