Classes | Namespaces | Defines
Histogram.h File Reference
#include <cmath>
#include <cstring>
#include <vector>
#include "Matrix.h"
Include dependency graph for Histogram.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define GRAY_THRESHOLD   0.125

Definition at line 31 of file Histogram.h.

#define MAX3 (   a,
  b,
  c 
)    a > b ? (a > c ? a : c) : (b > c ? b : c);

Definition at line 27 of file Histogram.h.

#define MIN3 (   a,
  b,
  c 
)    a < b ? (a < c ? a : c) : (b < c ? b : c);

Definition at line 28 of file Histogram.h.

#define NUM_BINS   7

Definition at line 30 of file Histogram.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


motld
Author(s): Jost Tobias Springenberg, Jan Wuelfing
autogenerated on Wed Dec 26 2012 16:24:49