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-24 18:46:12 +0200 |
commit | 456a922b5995f1f836c13c5795258bc83e521571 (patch) | |
tree | 688b70cea01ad5abaf16a62f9c121f5b17086918 /tracker-points/pt-api.hpp | |
parent | eb77f73826a26ad1dea84e3ea0173bb952a46e26 (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; |