diff options
author | Stéphane Lenclud <github@lenclud.com> | 2019-04-21 13:36:18 +0200 |
---|---|---|
committer | Stéphane Lenclud <github@lenclud.com> | 2019-04-24 18:46:12 +0200 |
commit | 77a469de95a498a4860b7da72b38508d40c2bede (patch) | |
tree | c9c794a04ec717d9bf90958c1eea5e2b7c00a403 /tracker-easy/settings.h | |
parent | a24e7bdd9745918f7d5fdc852ce65233b41363f9 (diff) |
Easy Tracker: Settings clean-up and rearrangement.
Diffstat (limited to 'tracker-easy/settings.h')
-rw-r--r-- | tracker-easy/settings.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tracker-easy/settings.h b/tracker-easy/settings.h index 4d043e6a..b4c14967 100644 --- a/tracker-easy/settings.h +++ b/tracker-easy/settings.h @@ -48,10 +48,8 @@ namespace EasyTracker { value<bool> debug{ b, "debug", false }; - value<bool> auto_threshold{ b, "automatic-threshold", true }; value<int> PnpSolver{ b, "pnp-solver", cv::SOLVEPNP_P3P }; - value<slider_value> threshold_slider{ b, "threshold-slider", { 128, 0, 255 } }; explicit Settings(const QString& name) : opts(name) {} }; |