Volume Cartographer 2.27.0
Namespaces | Typedefs | Variables
Color.hpp File Reference
#include <opencv2/core.hpp>
Include dependency graph for Color.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  volcart
 Volume Cartographer library
 
namespace  volcart::color
 Color constants.
 

Typedefs

using volcart::Color = cv::Vec3b
 Color type. More...
 

Variables

static const Color volcart::color::WHITE {255, 255, 255}
 
static const Color volcart::color::BLACK {0, 0, 0}
 
static const Color volcart::color::RED {0, 0, 255}
 
static const Color volcart::color::GREEN {0, 255, 0}
 
static const Color volcart::color::BLUE {255, 0, 0}
 
static const Color volcart::color::CYAN {255, 255, 0}
 
static const Color volcart::color::LIGHT_GRAY {200, 200, 200}
 
static const Color volcart::color::DARK_GRAY {68, 68, 68}