Class ImplSsdCornerWeighted_S16_MT
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase<GrayS16,GrayS32>
boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_S16_MT
- All Implemented Interfaces:
FeatureIntensity<GrayS16>
,GradientCornerIntensity<GrayS16>
@Generated("boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerWeighted_S16")
public class ImplSsdCornerWeighted_S16_MT
extends ImplSsdCornerBase<GrayS16,GrayS32>
implements GradientCornerIntensity<GrayS16>
Implementation of SSD Weighted Corner for
GrayS16
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_S16_MT
(int radius, ImplSsdCornerBase.CornerIntensity_S32 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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface boofcv.alg.feature.detect.intensity.FeatureIntensity
getRadius
Methods inherited from interface boofcv.alg.feature.detect.intensity.GradientCornerIntensity
getInputType
-
Constructor Details
-
ImplSsdCornerWeighted_S16_MT
-
-
Method Details
-
process
Description copied from interface:GradientCornerIntensity
Computes feature intensity image.- Specified by:
process
in interfaceGradientCornerIntensity<GrayS16>
- 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<GrayS16>
- Overrides:
getIgnoreBorder
in classImplSsdCornerBase<GrayS16,
GrayS32> - Returns:
- The ignore border around the image.
-