Uses of Interface
boofcv.alg.feature.detect.intensity.FeatureIntensity
-
Uses of FeatureIntensity in boofcv.alg.feature.detect.intensity
Modifier and TypeInterfaceDescriptioninterface
GradientCornerIntensity<T extends ImageGray<T>>
Several different types of corner detectors [1,2] all share the same initial processing steps.Modifier and TypeClassDescriptionclass
FastCornerDetector<T extends ImageGray<T>>
Generic interface for fast corner detection algorithms.class
FastCornerDetector_MT<T extends ImageGray<T>>
Concurrent version ofFastCornerDetector
-
Uses of FeatureIntensity in boofcv.alg.feature.detect.intensity.impl
Modifier and TypeClassDescriptionclass
Implementation ofImplSsdCornerBase
forGrayF32
.class
Implementation ofImplSsdCornerBase
forGrayF32
.class
Implementation ofImplSsdCornerBase
forGrayS16
.class
Implementation ofImplSsdCornerBase
forGrayS16
.class
ImplSsdCornerBase<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.class
ImplSsdCornerBox<D extends ImageGray<D>,
D2 extends ImageGray<D2>> Unweigthed or box filter version ofImplSsdCornerBase
class
ImplSsdCornerNaive<T extends ImageGray<T>>
Naive implementation ofShiTomasiCornerIntensity
which performs computations in a straight forward but inefficient manor.class
Implementation of SSD Weighted Corner forGrayF32
images.class
Implementation of SSD Weighted Corner forGrayF32
images.class
Implementation of SSD Weighted Corner forGrayS16
images.class
Implementation of SSD Weighted Corner forGrayS16
images.