Package boofcv.alg.feature.detect.intensity
package boofcv.alg.feature.detect.intensity
-
ClassDescriptionFastCornerDetector<T extends ImageGray<T>>Generic interface for fast corner detection algorithms.FastCornerDetector_MT<T extends ImageGray<T>>Concurrent version of
FastCornerDetector
FeatureIntensity<T extends ImageGray<T>>Base interface for classes which extract intensity images for image feature detection.Functions for computing feature intensity on an image.GradientCornerIntensity<T extends ImageGray<T>>Several different types of corner detectors [1,2] all share the same initial processing steps.The Harris corner detector [1] is similar to theShiTomasiCornerIntensity
but avoids computing the eigenvalues directly.Detects "blob" intensity using the image's second derivative.Different types of Hessian blob detectorsRoutines for computing the intensity of the fast hessian features in an image.Implementation of the Kitchen and Rosenfeld corner detector as described in [1].Corner detector based on median filter.This corner detector is designed to select the best features for tracking inside of a Kanade-Lucas-Tomasi (KLT) feature tracker [1].X-Corner detector.