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

Public Methods | |
| Merge (int levels) | |
| Create a new Merge combiner with the given histogram length. | |
| 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. |