4 #include <opencv2/opencv.hpp> 17 static const int DEFAULT_ALPHA;
18 static const int DEFAULT_THICKNESS;
19 static const cv::Scalar DEFAULT_FG_COLOR;
20 static const cv::Scalar DEFAULT_BG_COLOR;
21 static const cv::Scalar DEFAULT_SELECT_COLOR;
22 static const int DEFAULT_FONT;
23 static const double DEFAULT_FONT_SCALE;
24 static const cv::Scalar DEFAULT_FONT_COLOR;
25 static const int DEFAULT_FONT_THICKNESS;
26 static const int DEFAULT_LAYOUT_SPACING;
27 static const int DEFAULT_LAYOUT_PADDING;
The Consts class.
Definition: consts.h:14
This namespace holds all the classes of the CanvasCV library.
Definition: canvas.h:20