summaryrefslogtreecommitdiffhomepage
path: root/tracker-trackhat/trackhat.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-04-04 11:25:54 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-04-04 11:25:54 +0200
commit3311da2af8cfc8ac6d83edc6a4aab6ef8a99c31b (patch)
tree419cd706bca624effac2d4ab3bdff182dad4e62f /tracker-trackhat/trackhat.hpp
parent30642f0760d09478ec8778e76dc9a92261f73693 (diff)
tracker/trackhat: remove fuzz slider
Diffstat (limited to 'tracker-trackhat/trackhat.hpp')
-rw-r--r--tracker-trackhat/trackhat.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-trackhat/trackhat.hpp b/tracker-trackhat/trackhat.hpp
index ff6f2eec..1e1857f5 100644
--- a/tracker-trackhat/trackhat.hpp
+++ b/tracker-trackhat/trackhat.hpp
@@ -34,7 +34,6 @@ struct trackhat_settings : opts
value<slider_value> exposure{b, "exposure", {0x80, 0x10, 0xff}};
value<slider_value> gain{b, "gain", {16, 0, 47}};
value<slider_value> threshold{b, "threshold", {0x97, 64, 0xfe}};
- value<slider_value> threshold_2{b, "threshold-2", {0x03, 1, 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};