Go to the source code of this file.
Classes | |
class | motld::Histogram |
ultra discrete color histograms intended to be used as (weak) classifier asset More... | |
Namespaces | |
namespace | motld |
Defines | |
#define | GRAY_THRESHOLD 0.125 |
#define | MAX3(a, b, c) a > b ? (a > c ? a : c) : (b > c ? b : c); |
#define | MIN3(a, b, c) a < b ? (a < c ? a : c) : (b < c ? b : c); |
#define | NUM_BINS 7 |
#define GRAY_THRESHOLD 0.125 |
Definition at line 31 of file Histogram.h.
Definition at line 27 of file Histogram.h.
Definition at line 28 of file Histogram.h.
#define NUM_BINS 7 |
Definition at line 30 of file Histogram.h.