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

Public Methods | |
| virtual | ~LayerCombiner () |
| virtual void | modifyHistogram (const List< int > &pixelValues, List< int > &histogram) const=0 |
| Modify the histogram. | |
| virtual int | getHistogramLength () const=0 |
| Get the length of the histogram this combiner will produce. | |
|
||||||||||||
|
Modify the histogram.
Implemented in prapi::MultiFeatureHistogram::Merge, prapi::MultiFeatureHistogram::Concatenate, prapi::MultiFeatureHistogram::MultiDimensional, and prapi::MultiFeatureHistogram::VQ. |