diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-15 10:08:40 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 36df4734dcd3cd50565336e2e81b38971bfc3934 (patch) | |
tree | e6918611682c8a4fbd486440886d582fb81a36af /tracker-easy/settings.h | |
parent | 14a403d0928bb8ef600017294cafc8b15b1540e7 (diff) |
Easy Tracker: Making full size preview optional
Diffstat (limited to 'tracker-easy/settings.h')
-rw-r--r-- | tracker-easy/settings.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tracker-easy/settings.h b/tracker-easy/settings.h index 7d8c7c70..ed5d0abd 100644 --- a/tracker-easy/settings.h +++ b/tracker-easy/settings.h @@ -54,8 +54,8 @@ namespace EasyTracker { value<int> fov{ b, "camera-fov", 56 }; - value<bool> dynamic_pose{ b, "dynamic-pose-resolution", false }; - value<int> init_phase_timeout{ b, "init-phase-timeout", 250 }; + value<bool> debug{ b, "debug", false }; + value<bool> auto_threshold{ b, "automatic-threshold", true }; value<pt_color_type> blob_color{ b, "blob-color", pt_color_natural }; |