Package boofcv.alg.feature.detect.interest
-
Class Summary Class Description EasyGeneralFeatureDetector<T extends ImageGray<T>,D extends ImageGray<D>> Detects features usingGeneralFeatureDetector
but Handles all the derivative computations automatically.FastHessianFeatureDetector<II extends ImageGray<II>> The Fast Hessian (FH) [1] interest point detector is designed to be a fast multi-scale "blob" detector.FeatureLaplacePyramid<T extends ImageGray<T>,D extends ImageGray<D>> Feature detector across image pyramids that uses the Laplacian to determine strength in scale-space.FeaturePyramid<T extends ImageGray<T>,D extends ImageGray<D>> Detects scale invariant interest/corner points by computing the feature intensities across a pyramid of different scales.GeneralFeatureDetector<I extends ImageGray<I>,D extends ImageGray<D>> Detects features which are local maximums and/or local minimums in the feature intensity image.SiftDetector Implementation of SIFT [1] feature detector.SiftDetector.SiftPoint Adds information about the scale space it was detected in for quick reference when computing the descriptorSiftScaleSpace Generates the pyramidal scale space as described in the SIFT [1] paper.SiftScaleSpace.Octave Set of images (scales) in a single octaveUnrollSiftScaleSpaceGradient Precomputes the gradient for all scales in the scale-space and saves them in a list.UnrollSiftScaleSpaceGradient.ImageScale The gradient for an image in the scale space.