summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/point_tracker.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-07-07 11:13:20 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-07-07 11:13:20 +0200
commit963cad86f4ef9941bd272b41d449adc13d742488 (patch)
tree22fb3bf7a88571a1fa7680f8ee8bb0a99dc9de28 /tracker-pt/point_tracker.h
parentcba24a90995bcc6364040e2da568f6f5f5565e58 (diff)
tracker/pt: don't return zero pose on failure
Issue: #644
Diffstat (limited to 'tracker-pt/point_tracker.h')
-rw-r--r--tracker-pt/point_tracker.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-pt/point_tracker.h b/tracker-pt/point_tracker.h
index b867cea4..a25c1458 100644
--- a/tracker-pt/point_tracker.h
+++ b/tracker-pt/point_tracker.h
@@ -62,7 +62,6 @@ public:
Affine pose() { return X_CM; }
vec2 project(const vec3& v_M, f focal_length);
vec2 project(const vec3& v_M, f focal_length, const Affine& X_CM);
- void invalidate_pose() { X_CM = Affine(); }
private:
// the points in model order