Uses of Interface
boofcv.alg.feature.detect.intensity.GradientCornerIntensity
Package
Description
-
Uses of GradientCornerIntensity in boofcv.abst.feature.detect.intensity
-
Uses of GradientCornerIntensity 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. -
Uses of GradientCornerIntensity in boofcv.factory.feature.detect.intensity
Modifier and TypeMethodDescriptionstatic <D extends ImageGray<D>>
GradientCornerIntensity<D>FactoryIntensityPointAlg.harris
(int windowRadius, float kappa, boolean weighted, Class<D> derivType) Common interface for creating aHarrisCornerIntensity
from different image types.static <D extends ImageGray<D>>
GradientCornerIntensity<D>Common interface for creating aShiTomasiCornerIntensity
from different image types. -
Uses of GradientCornerIntensity in boofcv.factory.feature.detect.interest
Modifier and TypeMethodDescriptionstatic <T extends ImageGray<T>,
D extends ImageGray<D>>
GeneralFeatureDetector<T,D> FactoryDetectPoint.createGeneral
(GradientCornerIntensity<D> cornerIntensity, ConfigGeneralDetector config)