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/module/point_extractor.h | |
| parent | 71dbcd16b2b54c695eae1395d65129b037983d0f (diff) | |
| parent | 51ebc1a7f860341cd170b4fcc5af6680ce77767a (diff) | |
Merge pull request #1665 from tombrazier/chroma_key_saturated
Diffstat (limited to 'tracker-pt/module/point_extractor.h')
| -rw-r--r-- | tracker-pt/module/point_extractor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/module/point_extractor.h b/tracker-pt/module/point_extractor.h index 3f7fb4ee..fbfdbb0b 100644 --- a/tracker-pt/module/point_extractor.h +++ b/tracker-pt/module/point_extractor.h @@ -51,7 +51,7 @@ private: void ensure_buffers(const cv::Mat& frame); void extract_single_channel(const cv::Mat& orig_frame, int idx, cv::Mat1b& dest); - void filter_single_channel(const cv::Mat& orig_frame, float r, float g, float b, cv::Mat1b& dest); + void filter_single_channel(const cv::Mat& orig_frame, float r, float g, float b, bool overexp, cv::Mat1b& dest); void color_to_grayscale(const cv::Mat& frame, cv::Mat1b& output); void threshold_image(const cv::Mat& frame_gray, cv::Mat1b& output); |
