Uses of Interface
boofcv.alg.feature.detect.intensity.GradientCornerIntensity
Packages that use GradientCornerIntensity
Package
Description
-
Uses of GradientCornerIntensity in boofcv.abst.feature.detect.intensity
Constructors in boofcv.abst.feature.detect.intensity with parameters of type GradientCornerIntensity -
Uses of GradientCornerIntensity in boofcv.alg.feature.detect.intensity.impl
Classes in boofcv.alg.feature.detect.intensity.impl that implement GradientCornerIntensityModifier 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. -
Uses of GradientCornerIntensity in boofcv.factory.feature.detect.intensity
Methods in boofcv.factory.feature.detect.intensity that return GradientCornerIntensityModifier and TypeMethodDescriptionstatic <D extends ImageGray<D>>
GradientCornerIntensity<D>FactoryIntensityPointAlg.harris(int windowRadius, float kappa, boolean weighted, Class<D> derivType) Common interface for creating aHarrisCornerIntensityfrom different image types.static <D extends ImageGray<D>>
GradientCornerIntensity<D>Common interface for creating aShiTomasiCornerIntensityfrom different image types. -
Uses of GradientCornerIntensity in boofcv.factory.feature.detect.interest
Methods in boofcv.factory.feature.detect.interest with parameters of type GradientCornerIntensityModifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createGeneral(GradientCornerIntensity<D> cornerIntensity, ConfigGeneralDetector config)