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
ConstructorDescriptionImplSsdCornerWeighted_F32_MT
(int radius, ImplSsdCornerBase.CornerIntensity_F32 intensity) -
Method Summary
Modifier and TypeMethodDescriptionint
Size of the region surrounding the image's border in which pixels are not processed.void
Computes 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:GradientCornerIntensity
Computes 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:FeatureIntensity
Size of the region surrounding the image's border in which pixels are not processed.- Specified by:
getIgnoreBorder
in interfaceFeatureIntensity<GrayF32>
- Overrides:
getIgnoreBorder
in classImplSsdCornerBase<GrayF32,
GrayF32> - Returns:
- The ignore border around the image.
-