Volume Cartographer
2.27.0
vc
core
types
Color.hpp
Go to the documentation of this file.
1
#pragma once
2
9
#include <opencv2/core.hpp>
10
11
namespace
volcart
12
{
18
using
Color
= cv::Vec3b;
19
24
namespace
color
25
{
26
static
const
Color
WHITE{255, 255, 255};
27
static
const
Color
BLACK{0, 0, 0};
28
static
const
Color
RED{0, 0, 255};
29
static
const
Color
GREEN{0, 255, 0};
30
static
const
Color
BLUE{255, 0, 0};
31
static
const
Color
CYAN{255, 255, 0};
32
static
const
Color
LIGHT_GRAY{200, 200, 200};
33
static
const
Color
DARK_GRAY{68, 68, 68};
34
}
// namespace color
35
}
// namespace volcart
volcart
Volume Cartographer library
volcart::Color
cv::Vec3b Color
Color type.
Definition:
Color.hpp:18
Generated by
1.9.4