Package boofcv.abst.feature.detect.interest
-
Interface Summary Interface Description FeatureSets Features can belong to multiple set.FoundPointSO List of detected features that are invariant to scale and in-plane rotation.InterestPointDetector<T extends ImageBase> Interface for automatic interest point detection in an image.InterestPointScaleSpace<T extends ImageGray<T>,D extends ImageGray<D>> Interest point detector forScale Space
images.InterestPointScaleSpacePyramid<T extends ImageGray<T>> Interest point detector forScale-Space Pyramid
images. -
Class Summary Class Description ConfigFastCorner Configuration for FAST feature detector.ConfigFastHessian Configuration forFastHessianFeatureDetector
plus feature extractor.ConfigGeneralDetector Configuration forGeneralFeatureDetector
.ConfigHarrisCorner Configuration forHarris
corner.ConfigPointDetector Configuration for all single point features, e.g.ConfigShiTomasi Configuration forShi-Tomasi
corner.ConfigSiftDetector Configuration forSiftDetector
FastToInterestPoint<T extends ImageGray<T>> Provides a wrapper around a fast corner detector forInterestPointDetector
no non-maximum suppression will be doneGeneralToInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundGeneralFeatureDetector
to make it compatible withInterestPointDetector
.InterestPointDetectorAbstract<T extends ImageBase<T>> Implements most functions and provides reasonable default values.InterestPointDetectorOverride<T extends ImageGray<T>> Provides the capability to tack on a different algorithm for the feature's location, scale, and orientation.WrapFHtoInterestPoint<T extends ImageGray<T>,II extends ImageGray<II>> Wrapper aroundFastHessianFeatureDetector
forInterestPointDetector
.WrapFLPtoInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundFeatureLaplacePyramid
forInterestPointDetector
.WrapFPtoInterestPoint<T extends ImageGray<T>,D extends ImageGray<D>> Wrapper aroundFeaturePyramid
forInterestPointDetector
.WrapSiftDetector<T extends ImageGray<T>> Wrapper aroundSiftDetector
forInterestPointDetector
. -
Enum Summary Enum Description PointDetectorTypes List of all the built in point detectors