diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-01 20:18:02 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-12 21:04:37 +0200 |
commit | a0551b8b54606face008d865f23bc112086925fe (patch) | |
tree | 9f38056b2bd5117d629aa04d9a4a9eae5772634b /tracker-points/pt-api.hpp | |
parent | 2f05c6c9e9caff33f8945aaf8a52019b5557a810 (diff) |
Easy Tracker: Preview cross hair now showing top point.
Deleting home made P3P solver we branched from pt now that our OpenCV solution is working.
Diffstat (limited to 'tracker-points/pt-api.hpp')
-rw-r--r-- | tracker-points/pt-api.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-points/pt-api.hpp b/tracker-points/pt-api.hpp index 69f74498..81a52f7f 100644 --- a/tracker-points/pt-api.hpp +++ b/tracker-points/pt-api.hpp @@ -20,6 +20,8 @@ # pragma clang diagnostic ignored "-Wweak-vtables" #endif +const int KPointCount = 3; + struct pt_camera_info final { using f = numeric_types::f; |