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

In fact, this type of a combiner is not strictly necessary as one could quantize the layered matrix prior to making the histogram. It is provided to allow easy implementation of different types of histograms. Please note that in most applications, this type of a combiner is a massive performance hog.
Public Methods | |
| VQ (const VectorQuantizer &quantizer) | |
| Create a new VQ combiner with the given vector quantizer. | |
| 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. |