Uses of Interface
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase.CornerIntensity_S32
Packages that use ImplSsdCornerBase.CornerIntensity_S32
-
Uses of ImplSsdCornerBase.CornerIntensity_S32 in boofcv.alg.feature.detect.intensity.impl
Classes in boofcv.alg.feature.detect.intensity.impl that implement ImplSsdCornerBase.CornerIntensity_S32Modifier and TypeClassDescriptionclassImplementation ofHarrisCornerIntensity.classImplementation ofShiTomasiCornerIntensity.Constructors in boofcv.alg.feature.detect.intensity.impl with parameters of type ImplSsdCornerBase.CornerIntensity_S32ModifierConstructorDescriptionImplSsdCorner_S16(int windowRadius, ImplSsdCornerBase.CornerIntensity_S32 intensity) ImplSsdCorner_S16_MT(int windowRadius, ImplSsdCornerBase.CornerIntensity_S32 intensity) ImplSsdCornerWeighted_S16(int radius, ImplSsdCornerBase.CornerIntensity_S32 intensity) ImplSsdCornerWeighted_S16_MT(int radius, ImplSsdCornerBase.CornerIntensity_S32 intensity)