#include <array>
#include <type_traits>
#include "opencv2/opencv.hpp"
Go to the source code of this file.
Namespaces | |
namespace | vs2 |
Enumerations | |
enum class | vs2::BGR { vs2::BLUE = 0 , vs2::GREEN = 1 , vs2::RED = 2 } |
Functions | |
template<typename t = uint16_t> | |
t | vs2::operator~ (BGR v) |
Variables | |
static std::array< std::array< uint16_t, 2 >, 3 > | vs2::weights_map |
static const std::array< std::array< cv::Scalar, 3 >, 3 > | markup_map |
|
inlinestatic |
Definition at line 34 of file extensions.h.