#include <Histogram.h>
Inheritance diagram for prapi::MultiFeatureHistogram::MultiDimensional:

Public Methods | |
| MultiDimensional (int channels, int levels) | |
| Create a new MultiDimensional combiner with the given number of channels and quantization levels for each channel. | |
| MultiDimensional (List< int > levels) | |
| Create a new MultiDimensional combiner with the given number of quantization levels for each channel. | |
| virtual void | modifyHistogram (const List< int > &pixelValues, List< int > &histogram) const |
| Modify the histogram. | |
| virtual int | getHistogramLength () const |
| Get the length of the histogram this combiner will produce. | |
|
||||||||||||
|
Modify the histogram.
Implements prapi::MultiFeatureHistogram::LayerCombiner. |