summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point_extractor.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-06-21 11:11:11 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-06-21 11:11:11 +0200
commitf434ba5aa24870582059725e72f5595c839ad3e0 (patch)
treeea3663949c8ea82a19648616da53ddded374d007 /tracker-pt/point_extractor.h
parentcf09ec936348f1d59473cb50b35fe80addacfc44 (diff)
tracker/pt: adjust auto threshold max area size
Diffstat (limited to 'tracker-pt/point_extractor.h')
-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 b3fac38a..94948d34 100644
--- a/tracker-pt/point_extractor.h
+++ b/tracker-pt/point_extractor.h
@@ -25,7 +25,7 @@ public:
const std::vector<cv::Vec2f> &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;