| Class | Description |
|---|---|
| EasyGeneralFeatureDetector<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Detects features using
GeneralFeatureDetector but Handles all the derivative computations automatically. |
| FastHessianFeatureDetector<II extends boofcv.struct.image.ImageGray> |
The Fast Hessian (FH) [1] interest point detector is designed to be a fast multi-scale "blob" detector.
|
| FeatureLaplacePyramid<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Feature detector across image pyramids that uses the Laplacian to determine strength in scale-space.
|
| FeaturePyramid<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Detects scale invariant interest/corner points by computing the feature intensities across a pyramid of different scales.
|
| GeneralFeatureDetector<I extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Detects features which are local maximums and/or local minimums in the feature intensity image.
|
| SiftDetector |
Implementation of SIFT [1] feature detector.
|
| SiftScaleSpace |
Generates the pyramidal scale space as described in the SIFT [1] paper.
|
| UnrollSiftScaleSpaceGradient |
Precomputes the gradient for all scales in the scale-space and saves them in a list.
|
| UnrollSiftScaleSpaceGradient.ImageScale |