diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 13:45:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 13:45:38 +0200 |
commit | 4a2f89042595a5caefc1ee286b6ddca8e7714adc (patch) | |
tree | 8e9ae4c1dc79610f386fa2683a4861efe6394939 /ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | |
parent | fa12408b959a856c53d9aeadede060530e1ccbd3 (diff) |
pt: experimental auto threshold support
Sponsored-by: TrackHat
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp index 12d108ac..da7a6113 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.cpp @@ -62,6 +62,8 @@ TrackerDialog_PT::TrackerDialog_PT() tie_setting(s.dynamic_pose, ui.dynamic_pose); tie_setting(s.init_phase_timeout, ui.init_phase_timeout); + tie_setting(s.auto_threshold, ui.auto_threshold); + connect( ui.tcalib_button,SIGNAL(toggled(bool)), this,SLOT(startstop_trans_calib(bool)) ); connect(ui.buttonBox, SIGNAL(accepted()), this, SLOT(doOK())); |