Class ImplSsdCornerWeighted_F32_MT
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase<GrayF32,GrayF32>
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_F32_MT
- All Implemented Interfaces:
FeatureIntensity<GrayF32>,GradientCornerIntensity<GrayF32>
@Generated("boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_F32")
public class ImplSsdCornerWeighted_F32_MT
extends ImplSsdCornerBase<GrayF32,GrayF32>
Implementation of SSD Weighted Corner for
GrayF32 images.-
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
ConstructorsConstructorDescriptionImplSsdCornerWeighted_F32_MT(int radius, ImplSsdCornerBase.CornerIntensity_F32 intensity) -
Method Summary
Modifier and TypeMethodDescriptionintSize of the region surrounding the image's border in which pixels are not processed.voidComputes feature intensity image.Methods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase
getInputType, getRadius, setImageShape
-
Constructor Details
-
ImplSsdCornerWeighted_F32_MT
-
-
Method Details
-
process
Description copied from interface:GradientCornerIntensityComputes feature intensity image.- Parameters:
derivX- Image derivative along the x-axis.derivY- Image derivative along the y-axis.intensity- Output intensity image
-
getIgnoreBorder
public int getIgnoreBorder()Description copied from interface:FeatureIntensitySize of the region surrounding the image's border in which pixels are not processed.- Specified by:
getIgnoreBorderin interfaceFeatureIntensity<GrayF32>- Overrides:
getIgnoreBorderin classImplSsdCornerBase<GrayF32,GrayF32> - Returns:
- The ignore border around the image.
-