From 0812312b232eb1ed85128d1ae141a4967964fa55 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 21 Dec 2014 13:30:55 +0100 Subject: fix d_order logic Issue: #107 The d value was computed using points from camera, not model coordinates. --- ftnoir_tracker_pt/point_tracker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftnoir_tracker_pt') diff --git a/ftnoir_tracker_pt/point_tracker.cpp b/ftnoir_tracker_pt/point_tracker.cpp index eeb689ce..0f996316 100644 --- a/ftnoir_tracker_pt/point_tracker.cpp +++ b/ftnoir_tracker_pt/point_tracker.cpp @@ -79,7 +79,7 @@ PointTracker::PointOrder PointTracker::find_correspondences(const std::vector { -- cgit v1.2.3