diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-01 17:45:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-01 17:45:13 +0200 |
| commit | 171b2d95039ac94c5e6fee603d0c673aba273f6f (patch) | |
| tree | 1c00ddd053e75b20df0e1b6c62ec1232ee6d985e /tracker-pt/pt-settings.hpp | |
| parent | 71dbcd16b2b54c695eae1395d65129b037983d0f (diff) | |
| parent | 51ebc1a7f860341cd170b4fcc5af6680ce77767a (diff) | |
Merge pull request #1665 from tombrazier/chroma_key_saturated
Diffstat (limited to 'tracker-pt/pt-settings.hpp')
| -rw-r--r-- | tracker-pt/pt-settings.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-pt/pt-settings.hpp b/tracker-pt/pt-settings.hpp index 6f7a18d5..5d16d973 100644 --- a/tracker-pt/pt-settings.hpp +++ b/tracker-pt/pt-settings.hpp @@ -65,6 +65,8 @@ 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<slider_value> chroma_key_strength{ b, "chroma-key-strength", { 1.0, 0.5, 4. } }; + value<bool> chroma_key_overexposed{ b, "chroma-key-overexposed", false }; value<slider_value> threshold_slider { b, "threshold-slider", { 128, 0, 255 } }; |
