mirror of
https://github.com/2martens/uni.git
synced 2026-05-07 03:46:25 +02:00
[CCV] Switched lab pyramid to generic fusion functions
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user