diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-22 13:54:43 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-06-26 23:01:53 +0200 |
commit | 5e67fb0e8a94f9180cb304023242ac54e0def45b (patch) | |
tree | ea6e43b222c71c34863435d9b71ee39b056b4b8c /tracker-pt/module/point_extractor.h | |
parent | 519b4a3ae10c96951db917f2439982c7d2391874 (diff) |
tracker/pt: tmp commit
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 eac2268c..2288f1a1 100644 --- a/tracker-pt/module/point_extractor.h +++ b/tracker-pt/module/point_extractor.h @@ -40,7 +40,7 @@ private: pt_settings s; - cv::Mat1b frame_gray, frame_bin, frame_blobs; + cv::Mat1b frame_gray_unmasked, frame_bin, frame_gray; cv::Mat1f hist; std::vector<blob> blobs; cv::Mat1b ch[3]; |