#include <ColorClustering.h>
Public Member Functions | |
ColorRecordScanParam () | |
void | reset () |
void | recomputeThreshold () |
Public Attributes | |
Vector3< unsigned char > | lastColor |
int | histogram [256] |
int | count |
int | threshold |
Definition at line 19 of file ColorClustering.h.
ColorRecordScanParam::ColorRecordScanParam | ( | ) |
void ColorRecordScanParam::recomputeThreshold | ( | ) |
Definition at line 40 of file ColorClustering.cpp.
References COLOR_EDGE_ABOVE, count, histogram, int(), and threshold.
Referenced by ColorClustering::recordExecute().
void ColorRecordScanParam::reset | ( | ) |
Definition at line 35 of file ColorClustering.cpp.
References count, and histogram.
Referenced by ColorClustering::recordExecute().
Definition at line 23 of file ColorClustering.h.
Referenced by recomputeThreshold(), reset(), and ColorClustering::scanPixel().
int ColorRecordScanParam::histogram[256] |
Definition at line 22 of file ColorClustering.h.
Referenced by recomputeThreshold(), reset(), and ColorClustering::scanPixel().
Vector3<unsigned char> ColorRecordScanParam::lastColor |
Definition at line 24 of file ColorClustering.h.
Referenced by ColorRecordScanParam(), recomputeThreshold(), and ColorClustering::scanPixel().