summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/point_tracker.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-11-09 08:58:03 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-11-09 08:58:03 +0100
commit626e0dc9dc84fec1ab04860731e36c5a54a683da (patch)
tree158d6e0e3478de5f7e6e06bec11ca9210c8ef49b /ftnoir_tracker_pt/point_tracker.h
parent57053a768ff3c2860b687e568b71fc60da05e5dd (diff)
nix reset, doesn't do anything now
Diffstat (limited to 'ftnoir_tracker_pt/point_tracker.h')
-rw-r--r--ftnoir_tracker_pt/point_tracker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ftnoir_tracker_pt/point_tracker.h b/ftnoir_tracker_pt/point_tracker.h
index 9489659e..be9e83ad 100644
--- a/ftnoir_tracker_pt/point_tracker.h
+++ b/ftnoir_tracker_pt/point_tracker.h
@@ -88,8 +88,6 @@ public:
// dt : time since last call
void track(const std::vector<cv::Vec2f>& projected_points, const PointModel& model);
FrameTrafo pose() const { return X_CM; }
- void reset();
-
private:
// the points in model order
typedef struct { cv::Vec2f points[PointModel::N_POINTS]; } PointOrder;