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