Uses of Class
boofcv.alg.feature.dense.BaseDenseHog
-
Uses of BaseDenseHog in boofcv.abst.feature.dense
-
Uses of BaseDenseHog in boofcv.alg.feature.dense
Modifier 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.