Package boofcv.alg.feature.detect.interest
package boofcv.alg.feature.detect.interest
-
ClassDescriptionDetects features using
GeneralFeatureDetector
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.Feature detector across image pyramids that uses the Laplacian to determine strength in scale-space.Detects scale invariant interest/corner points by computing the feature intensities across a pyramid of different scales.Detects features which are local maximums and/or local minimums in the feature intensity image.Implementation of SIFT [1] feature detector.Adds information about the scale space it was detected in for quick reference when computing the descriptorGenerates the pyramidal scale space as described in the SIFT [1] paper.Set of images (scales) in a single octavePrecomputes the gradient for all scales in the scale-space and saves them in a list.The gradient for an image in the scale space.