diff options
Diffstat (limited to 'tracker-pt/point_extractor.h')
-rw-r--r-- | tracker-pt/point_extractor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tracker-pt/point_extractor.h b/tracker-pt/point_extractor.h index 5fbe9a45..193c06dc 100644 --- a/tracker-pt/point_extractor.h +++ b/tracker-pt/point_extractor.h @@ -46,8 +46,10 @@ private: cv::Mat frame_bin; cv::Mat hist; cv::Mat frame_blobs; - std::vector<blob> blobs; + cv::Mat ch[3], ch_float[4]; + + void separate_channels(cv::Mat const& orig_frame, int const* order = nullptr, int order_cnt = -1); }; } // ns impl |