Modifier and Type | Class and Description |
---|---|
class |
BinnedWindowedExtractor
This class implements a
WindowedHistogramExtractor with the primary
purpose of of producing efficient access to histograms of arbitrary windows
of the image. |
class |
GradientOrientationHistogramExtractor
Implementation of the
WindowedHistogramExtractor for efficiently
extracting gradient orientation histograms. |
class |
InterpolatedBinnedWindowedExtractor
The
InterpolatedBinnedWindowedExtractor is an extension to a
BinnedWindowedExtractor that performs soft assignment to the
histogram bins through linear interpolation. |
class |
SATWindowedExtractor
This class implements a
WindowedHistogramExtractor with the primary
purpose of of producing efficient access to histograms of arbitrary windows
of the image. |
Modifier and Type | Method and Description |
---|---|
Histogram |
SpatialBinningStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output)
Extract a histogram describing image content in the given region using
the given
WindowedHistogramExtractor to extract (sub) histograms
from which to build the output. |
Histogram |
QuadtreeStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
SimpleBlockStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Modifier and Type | Method and Description |
---|---|
Histogram |
FlexibleHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |
Histogram |
FixedHOGStrategy.extract(WindowedHistogramExtractor binnedData,
Rectangle region,
Histogram output) |