diff options
author | Tom Brazier <tom_github@firstsolo.net> | 2023-05-28 20:48:01 +0100 |
---|---|---|
committer | Tom Brazier <tom_github@firstsolo.net> | 2023-05-28 20:48:01 +0100 |
commit | c143e560b1f4c8b05ce51a3ca245d220e45670b5 (patch) | |
tree | 2ecca3a454fbf4f38b60815ea65e698867a5e8a9 /tracker-pt/pt-settings.hpp | |
parent | 8403a2d052ef4230f903d2de12cb886300ce677e (diff) |
When selecting chroma keying, include unsaturated colours for overexposed pixels
Diffstat (limited to 'tracker-pt/pt-settings.hpp')
-rw-r--r-- | tracker-pt/pt-settings.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp index 6f7a18d5..29bb348f 100644 --- a/tracker-pt/pt-settings.hpp +++ b/tracker-pt/pt-settings.hpp @@ -65,6 +65,7 @@ struct pt_settings final : options::opts value<bool> auto_threshold { b, "automatic-threshold", true }; value<pt_color_type> blob_color { b, "blob-color", pt_color_bt709 }; value<bool> use_mjpeg { b, "use-mjpeg", false }; + value<bool> chroma_key_overexposed{ b, "chroma-key-overexposed", false }; value<slider_value> threshold_slider { b, "threshold-slider", { 128, 0, 255 } }; |