diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-03-28 20:54:35 +0100 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-12 21:04:36 +0200 |
commit | 8fb094f6a4ab862208fb7289312b0dd47e6f9a47 (patch) | |
tree | 904fc35ab0b2ea5e23dc40b09a904fad8c581800 /tracker-points/pt-api.hpp | |
parent | 85988a0e190788c1ee58debc8f07c8fa3375bf5b (diff) |
Hacking my way through to cv::solveP3P usage.
Diffstat (limited to 'tracker-points/pt-api.hpp')
-rw-r--r-- | tracker-points/pt-api.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tracker-points/pt-api.hpp b/tracker-points/pt-api.hpp index 741576a1..a27c7e38 100644 --- a/tracker-points/pt-api.hpp +++ b/tracker-points/pt-api.hpp @@ -4,6 +4,7 @@ #include "cv/numeric.hpp" #include "options/options.hpp" +#include "video/camera.hpp" #include <tuple> #include <type_traits> @@ -87,6 +88,8 @@ struct pt_camera virtual void set_fov(f value) = 0; virtual void show_camera_settings() = 0; + + video::impl::camera::info info; }; struct pt_point_extractor : pt_pixel_pos_mixin |