summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-28 07:02:42 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-28 07:02:42 +0100
commitf02baa0868f219076a641634625f7c032d3a9eef (patch)
tree99310f675b44ca246cb125a13fcd18072b3ab610
parentccdf021f5d1a8daed729369cc078c5756a3a5bee (diff)
tracker/pt: increase auto threshold bucket size againopentrack-2.3-rc21p7
Slowdown was caused by something else. I can no longer reproduce it.
-rw-r--r--tracker-pt/point_extractor.h2
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;