diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-28 23:21:12 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-11-28 23:21:12 +0100 |
commit | 8a87e1a658f04eaffa10da30f019a64902f8d917 (patch) | |
tree | 57b3f23b46372d14bb21ef2cbbc7c14b851e38e0 /ftnoir_tracker_pt/point_tracker.h | |
parent | deab967439d1824131859a5e0892d680034767c9 (diff) |
fit line using basic arithmetic
Issue: #98
Diffstat (limited to 'ftnoir_tracker_pt/point_tracker.h')
-rw-r--r-- | ftnoir_tracker_pt/point_tracker.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/point_tracker.h b/ftnoir_tracker_pt/point_tracker.h index c6e73f71..f9bba311 100644 --- a/ftnoir_tracker_pt/point_tracker.h +++ b/ftnoir_tracker_pt/point_tracker.h @@ -72,7 +72,6 @@ private: cv::Vec3f u; // unit vector perpendicular to M01,M02-plane cv::Matx22f P; - cv::Vec3f d; template<typename vec> void get_d_order(const std::vector<vec>& points, int* d_order, vec d) const; |