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