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 39 of file color_object_map.h.
firevision::ColorObjectMap::~ColorObjectMap | ( | ) |
Destructor.
Definition at line 96 of file color_object_map.cpp.
References firevision::YUV_t_struct::orange().
|
inline |
Inline hint_t(ROI) reference getter
color | value of interest |
Definition at line 62 of file color_object_map.h.
|
inline |
Inline color_t reference getter.
hint | the ROI of interest |
Definition at line 56 of file color_object_map.h.
|
static |
YUV_t getter.
color | a color_t value ( |
Definition at line 105 of file color_object_map.cpp.
Referenced by ColorTrainWidget::draw_segmentation_result(), and firevision::FilterROIDraw::~FilterROIDraw().
|
inlinestatic |
ColorObjectMap getter.
Definition at line 49 of file color_object_map.h.
Referenced by firevision::BayesHistosToLut::calculateLutAllColors(), and firevision::BayesHistosToLut::calculateLutValues().