summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/trackhat.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-05-09 12:02:36 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-05-10 05:01:33 +0200
commit337985b80be224dcf46b0f9550a0d3524a3392e3 (patch)
tree145560d27530ec15d2ffd5d5fd8a78a509627e59 /tracker-trackhat/trackhat.hpp
parentcd870a72d31e31bfdabe8494dbc265663909edf0 (diff)
tracker/trackhat: remove threshold slider
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r--tracker-trackhat/trackhat.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp
index 1ae67e1c..6e228f9c 100644
--- a/tracker-trackhat/trackhat.hpp
+++ b/tracker-trackhat/trackhat.hpp
@@ -37,7 +37,7 @@ struct trackhat_settings : opts
int effective_gain() const;
trackhat_settings();
value<slider_value> exposure{b, "exposure", {min_exposure, min_exposure, max_exposure + max_gain - min_gain}};
- value<slider_value> threshold{b, "threshold", {0x97, 64, 0xfe}};
+ //value<slider_value> threshold{b, "threshold", {0x97, 64, 0xfe}};
value<model_type> model{b, "model", model_mini_clip_left};
value<double> min_pt_size{b, "min-point-size", 10};
value<double> max_pt_size{b, "max-point-size", 50};