summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-06-19 10:02:23 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-06-19 10:02:23 +0200
commit551c73068f43da1dece0feae8d8a795f0f3726b7 (patch)
tree7bc8fda5f8521488ed89a6448b5f46cb2242f2c0 /ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
parent51fb14715d8e30b1b4ca8ed18f596526be4066df (diff)
pt: remove hysteresis
No one used it, and we have a better solution for stable extraction, pending commit.
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h')
-rw-r--r--ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
index 14786013..4e241bc3 100644
--- a/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
+++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_settings.h
@@ -18,7 +18,6 @@ struct settings_pt : opts
cam_res_y,
cam_fps,
threshold,
- threshold_secondary,
min_point_size,
max_point_size;
@@ -41,7 +40,6 @@ struct settings_pt : opts
cam_res_y(b, "camera-res-height", 480),
cam_fps(b, "camera-fps", 30),
threshold(b, "threshold-primary", 128),
- threshold_secondary(b, "threshold-secondary", 128),
min_point_size(b, "min-point-size", 10),
max_point_size(b, "max-point-size", 50),
m01_x(b, "m_01-x", 0),