| Interface | Description |
|---|---|
| DetectorInterestPointMulti<T extends boofcv.struct.image.ImageBase> |
Interface for automatically detecting multiple types of interest points in images.
|
| FoundPointSO |
List of detected features that are invariant to scale and in-plane rotation.
|
| InterestPointDetector<T extends boofcv.struct.image.ImageBase> |
Interface for automatic interest point detection in an image.
|
| InterestPointScaleSpace<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Interest point detector for
Scale Space images. |
| InterestPointScaleSpacePyramid<T extends boofcv.struct.image.ImageGray> |
Interest point detector for
Scale-Space Pyramid images. |
| Class | Description |
|---|---|
| ConfigFast |
Configuration for FAST feature detector.
|
| ConfigFastHessian |
Configuration for
FastHessianFeatureDetector plus feature extractor. |
| ConfigGeneralDetector |
Configuration for
GeneralFeatureDetector. |
| ConfigSiftDetector |
Configuration for
SiftDetector |
| GeneralToInterestMulti<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Allows a
GeneralFeatureDetector to be used inside a DetectorInterestPointMulti. |
| GeneralToInterestPoint<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around
GeneralFeatureDetector to make it compatible with InterestPointDetector. |
| InterestPointDetectorOverride<T extends boofcv.struct.image.ImageGray> |
Provides the capability to tack on a different algorithm for the feature's location, scale, and orientation.
|
| WrapFHtoInterestPoint<T extends boofcv.struct.image.ImageGray,II extends boofcv.struct.image.ImageGray> |
Wrapper around
FastHessianFeatureDetector for InterestPointDetector. |
| WrapFLPtoInterestPoint<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around
FeatureLaplacePyramid for InterestPointDetector. |
| WrapFPtoInterestPoint<T extends boofcv.struct.image.ImageGray,D extends boofcv.struct.image.ImageGray> |
Wrapper around
FeaturePyramid for InterestPointDetector. |
| WrapSiftDetector<T extends boofcv.struct.image.ImageBase> |
Wrapper around
SiftDetector for InterestPointDetector. |