1
0
mirror of https://github.com/2martens/uni.git synced 2026-05-06 19:36:26 +02:00

[CCV] Switched lab pyramid to generic fusion functions

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2017-05-30 17:22:55 +02:00
parent 8899b8403a
commit 9dbe8ce79c
2 changed files with 15 additions and 3 deletions

View File

@ -18,6 +18,9 @@ private:
static std::vector<cv::Mat> _cs_contrast_b;
static std::vector<cv::Mat> _sc_contrast_b;
// feature maps
static std::vector<cv::Mat> _F_l;
static std::vector<cv::Mat> _F_a;
static std::vector<cv::Mat> _F_b;
static cv::Mat _cs_F_l;
static cv::Mat _sc_F_l;
static cv::Mat _cs_F_a;