diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-09 08:58:03 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-09 08:58:03 +0100 |
commit | 626e0dc9dc84fec1ab04860731e36c5a54a683da (patch) | |
tree | 158d6e0e3478de5f7e6e06bec11ca9210c8ef49b /ftnoir_tracker_pt/ftnoir_tracker_pt.h | |
parent | 57053a768ff3c2860b687e568b71fc60da05e5dd (diff) |
nix reset, doesn't do anything now
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt.h')
-rw-r--r-- | ftnoir_tracker_pt/ftnoir_tracker_pt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt.h b/ftnoir_tracker_pt/ftnoir_tracker_pt.h index f7520c45..4161bd48 100644 --- a/ftnoir_tracker_pt/ftnoir_tracker_pt.h +++ b/ftnoir_tracker_pt/ftnoir_tracker_pt.h @@ -43,7 +43,6 @@ public: void apply(settings& s); void apply_inner(); - void reset(); // reset the trackers internal state variables void pose(FrameTrafo* X_CM) { QMutexLocker lock(&mutex); *X_CM = point_tracker.pose(); } int get_n_points() { QMutexLocker lock(&mutex); return point_extractor.get_points().size(); } |