summaryrefslogtreecommitdiffhomepage
path: root/tracker-points/module/camera.h
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-03-28 20:54:35 +0100
committerStéphane Lenclud <github@lenclud.com>2019-04-12 21:04:36 +0200
commit8fb094f6a4ab862208fb7289312b0dd47e6f9a47 (patch)
tree904fc35ab0b2ea5e23dc40b09a904fad8c581800 /tracker-points/module/camera.h
parent85988a0e190788c1ee58debc8f07c8fa3375bf5b (diff)
Hacking my way through to cv::solveP3P usage.
Diffstat (limited to 'tracker-points/module/camera.h')
-rw-r--r--tracker-points/module/camera.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-points/module/camera.h b/tracker-points/module/camera.h
index 02e2fe4d..65b0e552 100644
--- a/tracker-points/module/camera.h
+++ b/tracker-points/module/camera.h
@@ -35,6 +35,7 @@ struct Camera final : pt_camera
void set_fov(f value) override { fov = value; }
void show_camera_settings() override;
+
private:
using camera = typename video::impl::camera;
@@ -47,6 +48,7 @@ private:
pt_camera_info cam_desired;
std::unique_ptr<camera> cap;
+
pt_settings s;
static constexpr f dt_eps = f{1}/256;