mirror of
https://github.com/2martens/uni.git
synced 2026-05-06 19:36:26 +02:00
[CCV] Added ability to visualize DoG
Signed-off-by: Jim Martens <github@2martens>
This commit is contained in:
@ -16,6 +16,7 @@ private:
|
||||
static std::vector<cv::Mat> _sc_contrast_a;
|
||||
static std::vector<cv::Mat> _cs_contrast_b;
|
||||
static std::vector<cv::Mat> _sc_contrast_b;
|
||||
static int _number_of_layers;
|
||||
public:
|
||||
const static int COLOR_L = 0;
|
||||
const static int COLOR_A = 1;
|
||||
|
||||
Reference in New Issue
Block a user