diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 22:37:07 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-22 22:37:07 +0200 |
commit | 33de6458080fa9dc9bf6a9d355e89f23f9ee1f02 (patch) | |
tree | 148939089c33d0b41402cac60a564c9cd5ef03bb /ftnoir_tracker_pt/ftnoir_tracker_pt.h | |
parent | e2b296165236cdb0952c429d91d357b92d9ee18e (diff) |
PT tracker feature removal
Some PT features got under the knife:
- dynamic pose resolution velocity prediction model
- tracker dialog's tracker tab
- focal length coefficient
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h index 3d9a83fd..238dcd8f 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h @@ -61,8 +61,7 @@ protected: QMutex mutex; // thread commands enum Command { - ABORT = 1<<0, - PAUSE = 1<<1 + ABORT = 1<<0 }; void set_command(Command command); void reset_command(Command command); @@ -82,7 +81,6 @@ protected: PTVideoWidget* video_widget; QFrame* video_frame; - bool tracking_valid; settings s; std::atomic<settings*> new_settings; |