Package boofcv.alg.feature.dense
package boofcv.alg.feature.dense
-
ClassDescriptionBaseDenseHog<I extends ImageBase<I>>Base calss for dense HOG implementations.DescribeDenseHogAlg<Input extends ImageBase<Input>>Implementation of the Histogram of Oriented Gradients (HOG) [1] dense feature descriptor.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.DescribeDenseSiftAlg<D extends ImageGray<D>>Computes
SIFT
features in a regular grid across an entire image at a single scale and orientation.