diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-19 10:02:23 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-06-19 10:02:23 +0200 |
commit | 551c73068f43da1dece0feae8d8a795f0f3726b7 (patch) | |
tree | 7bc8fda5f8521488ed89a6448b5f46cb2242f2c0 /ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | |
parent | 51fb14715d8e30b1b4ca8ed18f596526be4066df (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_dialog.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp index 86178cb3..e7f1384d 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp @@ -44,7 +44,6 @@ TrackerDialog_PT::TrackerDialog_PT() tie_setting(s.cam_res_y, ui.res_y_spin); tie_setting(s.cam_fps, ui.fps_spin); - tie_setting(s.threshold_secondary, ui.threshold_secondary_slider); tie_setting(s.threshold, ui.threshold_slider); tie_setting(s.min_point_size, ui.mindiam_spin); |