Interface | Description |
---|---|
SpatialBinningStrategy |
Interface that describes the creation of a histogram from a spatial region of
an image based on sub-histograms extracted using a
WindowedHistogramExtractor . |
Class | Description |
---|---|
QuadtreeStrategy |
A
SpatialBinningStrategy that extracts histograms from regions
defined by a fixed depth quadtree overlayed over the sampling region and
concatenates them together. |
SimpleBlockStrategy |
A
SpatialBinningStrategy that extracts histograms from a number of
equally-sized, non-overlapping within the sample region and concatenates them
together. |