Package boofcv.abst.feature.detect.interest
package boofcv.abst.feature.detect.interest
-
ClassDescriptionConfiguration for FAST feature detector.Configuration for
FastHessianFeatureDetector
plus feature extractor.Configuration forGeneralFeatureDetector
.Configuration forHarris
corner.Configuration for all single point features, e.g.Configuration forShi-Tomasi
corner.Configuration forSiftDetector
FastToInterestPoint<T extends ImageGray<T>>Provides a wrapper around a fast corner detector forInterestPointDetector
no non-maximum suppression will be doneFeatures can belong to multiple set.List of detected features that are invariant to scale and in-plane rotation.Wrapper aroundGeneralFeatureDetector
to make it compatible withInterestPointDetector
.InterestPointDetector<T extends ImageBase>Interface for automatic interest point detection in an image.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.Interest point detector forScale Space
images.InterestPointScaleSpacePyramid<T extends ImageGray<T>>Interest point detector forScale-Space Pyramid
images.List of all the built in point detectorsWrapper aroundFastHessianFeatureDetector
forInterestPointDetector
.Wrapper aroundFeatureLaplacePyramid
forInterestPointDetector
.Wrapper aroundFeaturePyramid
forInterestPointDetector
.WrapSiftDetector<T extends ImageGray<T>>Wrapper aroundSiftDetector
forInterestPointDetector
.