Fawkes API
Fawkes Development Version
|
#include <>>
Public Member Functions | |
~ColorObjectMap () | |
Destructor. More... | |
color_t | get (hint_t hint) const |
hint_t | get (color_t color) const |
Static Public Member Functions | |
static const ColorObjectMap & | get_instance () |
static YUV_t | get_color (color_t color) |
YUV_t getter. More... | |
Color mapping class. This class defines a mapping between regions of interest and
Definition at line 41 of file color_object_map.h.
firevision::ColorObjectMap::~ColorObjectMap | ( | ) |
Destructor.
Definition at line 98 of file color_object_map.cpp.
|
inline |
Inline hint_t(ROI) reference getter
color | value of interest |
Definition at line 65 of file color_object_map.h.
|
inline |
Inline color_t reference getter.
hint | the ROI of interest |
Definition at line 59 of file color_object_map.h.
|
static |
YUV_t getter.
color | a color_t value ( |
Definition at line 107 of file color_object_map.cpp.
Referenced by ColorTrainWidget::draw_segmentation_result(), firevision::ColorModel::uv_to_image(), and firevision::FilterROIDraw::~FilterROIDraw().
|
inlinestatic |
ColorObjectMap getter.
Definition at line 52 of file color_object_map.h.
Referenced by firevision::BayesHistosToLut::calculateLutAllColors(), and firevision::BayesHistosToLut::calculateLutValues().