Uses of Interface
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase.CornerIntensity_F32
Packages that use ImplSsdCornerBase.CornerIntensity_F32
-
Uses of ImplSsdCornerBase.CornerIntensity_F32 in boofcv.alg.feature.detect.intensity.impl
Classes in boofcv.alg.feature.detect.intensity.impl that implement ImplSsdCornerBase.CornerIntensity_F32Modifier and TypeClassDescriptionclassImplementation ofHarrisCornerIntensity.classImplementation ofShiTomasiCornerIntensity.Constructors in boofcv.alg.feature.detect.intensity.impl with parameters of type ImplSsdCornerBase.CornerIntensity_F32ModifierConstructorDescriptionImplSsdCorner_F32(int windowRadius, ImplSsdCornerBase.CornerIntensity_F32 intensity) ImplSsdCorner_F32_MT(int windowRadius, ImplSsdCornerBase.CornerIntensity_F32 intensity) ImplSsdCornerWeighted_F32(int radius, ImplSsdCornerBase.CornerIntensity_F32 intensity) ImplSsdCornerWeighted_F32_MT(int radius, ImplSsdCornerBase.CornerIntensity_F32 intensity)