#include <ColorClustering.h>
Public Member Functions | |
ColorCollection () | |
void | insertColor (Vector3< unsigned char >color) |
void | showCollectedColors (Image &debugImage) |
Public Attributes | |
int | virtualLength |
int | length |
Vector3< unsigned char > | color [COLLECT_COLORS] |
Definition at line 30 of file ColorClustering.h.
ColorCollection::ColorCollection | ( | ) |
void ColorCollection::insertColor | ( | Vector3< unsigned char > | color | ) |
Definition at line 54 of file ColorClustering.cpp.
References COLLECT_COLORS, color, length, and virtualLength.
Referenced by ColorHistogram::ColorHistogram().
void ColorCollection::showCollectedColors | ( | Image & | debugImage | ) |
Definition at line 67 of file ColorClustering.cpp.
References cameraResolutionHeight_ERS7, cameraResolutionWidth_ERS7, color, Image::image, int(), length, max, min, WINDEBUG, Vector3< V >::x, Vector3< V >::y, and Vector3< V >::z.
Referenced by ColorClustering::clusteringPrepare().
Vector3<unsigned char> ColorCollection::color[COLLECT_COLORS] |
Definition at line 34 of file ColorClustering.h.
Referenced by ColorClustering::clusteringPrepare(), insertColor(), and showCollectedColors().
Definition at line 33 of file ColorClustering.h.
Referenced by ColorClustering::clusteringPrepare(), ColorCollection(), insertColor(), and showCollectedColors().
Definition at line 32 of file ColorClustering.h.
Referenced by ColorCollection(), FastPanoramaProcessor::frameExecute(), and insertColor().