Modifier and Type | Class and Description |
---|---|
class |
QuadtreeStrategy
A
SpatialBinningStrategy that extracts histograms from regions
defined by a fixed depth quadtree overlayed over the sampling region and
concatenates them together. |
class |
SimpleBlockStrategy
A
SpatialBinningStrategy that extracts histograms from a number of
equally-sized, non-overlapping within the sample region and concatenates them
together. |
Modifier and Type | Field and Description |
---|---|
protected SpatialBinningStrategy |
HOG.strategy |
Constructor and Description |
---|
HOG(int nbins,
boolean histogramInterpolation,
FImageGradients.Mode orientationMode,
SpatialBinningStrategy strategy)
Construct a new
HOG with the given number of bins. |
HOG(SpatialBinningStrategy strategy)
Construct a new
HOG with the 9 bins, using histogram
interpolation and unsigned gradients. |
Modifier and Type | Class and Description |
---|---|
class |
FixedHOGStrategy
Implementation of an
SpatialBinningStrategy that extracts normalised
HOG features in the style defined by Dalal and Triggs. |
class |
FlexibleHOGStrategy
A
SpatialBinningStrategy very much like the FixedHOGStrategy ,
but with flexibly sized cells that grow/shrink such that the number of cells
in any given window is constant. |