Uses of Class
boofcv.alg.feature.dense.BaseDenseHog
Packages that use BaseDenseHog
-
Uses of BaseDenseHog in boofcv.abst.feature.dense
Constructors in boofcv.abst.feature.dense with parameters of type BaseDenseHog -
Uses of BaseDenseHog in boofcv.alg.feature.dense
Subclasses of BaseDenseHog in boofcv.alg.feature.denseModifier and TypeClassDescriptionclass
DescribeDenseHogAlg<Input extends ImageBase<Input>>
Implementation of the Histogram of Oriented Gradients (HOG) [1] dense feature descriptor.class
DescribeDenseHogFastAlg<Input extends ImageBase<Input>>
A variant on the original Histogram of Oriented Gradients (HOG) [1] in which spatial Gaussian weighting has been omitted, allowing for cell histograms to be computed only once.