diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-06 00:02:19 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-06 00:02:38 +0100 |
commit | 327204880f9153fec9645db68406767af854dde0 (patch) | |
tree | 922e5b4f54cf31601308e0c4591558ff5afecf5f /tracker-pt/module/point_extractor.h | |
parent | 7c8fd6294ffa533923e4efbc38583e017a7ccd72 (diff) |
tracker/pt: don't mask out pixels below threshold
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 b1cc86d5..3f7fb4ee 100644 --- a/tracker-pt/module/point_extractor.h +++ b/tracker-pt/module/point_extractor.h @@ -42,7 +42,7 @@ private: pt_settings s; - cv::Mat1b frame_gray_unmasked, frame_bin, frame_gray; + cv::Mat1b frame_bin, frame_gray; cv::Mat1f hist; std::vector<blob> blobs; cv::Mat1b ch[3]; |