Uses of Interface
boofcv.alg.feature.detect.intensity.FeatureIntensity
Packages that use FeatureIntensity
-
Uses of FeatureIntensity in boofcv.alg.feature.detect.intensity
Subinterfaces of FeatureIntensity in boofcv.alg.feature.detect.intensityModifier and TypeInterfaceDescriptioninterfaceGradientCornerIntensity<T extends ImageGray<T>>Several different types of corner detectors [1,2] all share the same initial processing steps.Classes in boofcv.alg.feature.detect.intensity that implement FeatureIntensityModifier and TypeClassDescriptionclassFastCornerDetector<T extends ImageGray<T>>Generic interface for fast corner detection algorithms.classFastCornerDetector_MT<T extends ImageGray<T>>Concurrent version ofFastCornerDetector -
Uses of FeatureIntensity in boofcv.alg.feature.detect.intensity.impl
Classes in boofcv.alg.feature.detect.intensity.impl that implement FeatureIntensityModifier and TypeClassDescriptionclassImplementation ofImplSsdCornerBaseforGrayF32.classImplementation ofImplSsdCornerBaseforGrayF32.classImplementation ofImplSsdCornerBaseforGrayS16.classImplementation ofImplSsdCornerBaseforGrayS16.classImplSsdCornerBase<D extends ImageGray<D>,D2 extends ImageGray<D2>> Several corner detector algorithms work by computing a symmetric matrix whose elements are composed of the convolution of the image's gradient squared.classImplSsdCornerBox<D extends ImageGray<D>,D2 extends ImageGray<D2>> Unweigthed or box filter version ofImplSsdCornerBaseclassImplSsdCornerNaive<T extends ImageGray<T>>Naive implementation ofShiTomasiCornerIntensitywhich performs computations in a straight forward but inefficient manor.classImplementation of SSD Weighted Corner forGrayF32images.classImplementation of SSD Weighted Corner forGrayF32images.classImplementation of SSD Weighted Corner forGrayS16images.classImplementation of SSD Weighted Corner forGrayS16images.