| Interface | Description |
|---|---|
| WindowedHistogramExtractor |
The primary purpose of this interface is to produce efficient access to
(rectangular) histograms of arbitrary windows of an image.
|
| Class | Description |
|---|---|
| BinnedWindowedExtractor |
This class implements a
WindowedHistogramExtractor with the primary
purpose of of producing efficient access to histograms of arbitrary windows
of the image. |
| GradientOrientationHistogramExtractor |
Implementation of the
WindowedHistogramExtractor for efficiently
extracting gradient orientation histograms. |
| HistogramAnalyser |
An
ImageAnalyser that processes an image and generates a
Histogram. |
| InterpolatedBinnedWindowedExtractor |
The
InterpolatedBinnedWindowedExtractor is an extension to a
BinnedWindowedExtractor that performs soft assignment to the
histogram bins through linear interpolation. |
| SATWindowedExtractor |
This class implements a
WindowedHistogramExtractor with the primary
purpose of of producing efficient access to histograms of arbitrary windows
of the image. |