Class ImplSsdCorner_F32_MT
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase<D,D2>
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBox<GrayF32,GrayF32>
boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_F32_MT
- All Implemented Interfaces:
FeatureIntensity<GrayF32>,GradientCornerIntensity<GrayF32>
@Generated("boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_F32")
public class ImplSsdCorner_F32_MT
extends ImplSsdCornerBox<GrayF32,GrayF32>
Implementation of ImplSsdCornerBase for GrayF32.
DO NOT MODIFY. Automatically generated code created by GenerateImplSsdCorner
-
Nested Class Summary
Nested classes/interfaces inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase
ImplSsdCornerBase.CornerIntensity_F32, ImplSsdCornerBase.CornerIntensity_S32 -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionImplSsdCorner_F32_MT(int windowRadius, ImplSsdCornerBase.CornerIntensity_F32 intensity) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidCompute the derivative sum along the x-axis while taking advantage of duplicate calculations for each window.protected voidsetImageShape(int imageWidth, int imageHeight) protected voidCompute the derivative sum along the y-axis while taking advantage of duplicate calculations for each window and avoiding cache misses.Methods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBox
processMethods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase
getIgnoreBorder, getInputType, getRadius
-
Constructor Details
-
ImplSsdCorner_F32_MT
-
-
Method Details
-
setImageShape
protected void setImageShape(int imageWidth, int imageHeight) - Overrides:
setImageShapein classImplSsdCornerBase<GrayF32,GrayF32>
-
horizontal
protected void horizontal()Compute the derivative sum along the x-axis while taking advantage of duplicate calculations for each window.- Specified by:
horizontalin classImplSsdCornerBox<GrayF32,GrayF32>
-
vertical
Compute the derivative sum along the y-axis while taking advantage of duplicate calculations for each window and avoiding cache misses. Then compute the eigen values- Specified by:
verticalin classImplSsdCornerBox<GrayF32,GrayF32>
-