summaryrefslogtreecommitdiffhomepage
path: root/tracker-easy/settings.h
diff options
context:
space:
mode:
authorStéphane Lenclud <github@lenclud.com>2019-04-28 18:45:08 +0200
committerStéphane Lenclud <github@lenclud.com>2019-04-28 18:45:08 +0200
commit5b3d825f1eace207502371427e15d8b54a237f83 (patch)
tree972d1485c0bbb5d0948ccfe407e10af5648e96d4 /tracker-easy/settings.h
parentb3a1c327bc3d8b7547171d99d3bfcf4d2714549c (diff)
Easy Tracker: Auto center configurable from settings.easy-tracker-more-models
Diffstat (limited to 'tracker-easy/settings.h')
-rw-r--r--tracker-easy/settings.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-easy/settings.h b/tracker-easy/settings.h
index 5a4dff84..b0f14417 100644
--- a/tracker-easy/settings.h
+++ b/tracker-easy/settings.h
@@ -44,6 +44,8 @@ namespace EasyTracker {
value<int> fov{ b, "camera-fov", 56 };
value<bool> debug{ b, "debug", false };
+ value<bool> iAutoCenter{ b, "iAutoCenter", true };
+ value<int> iAutoCenterTimeout{ b, "iAutoCenterTimeout", 1000 };
value<int> PnpSolver{ b, "pnp-solver", cv::SOLVEPNP_P3P };