Class ShiTomasiCorner_S32
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.ShiTomasiCorner_S32
- All Implemented Interfaces:
ImplSsdCornerBase.CornerIntensity_S32
,ShiTomasiCornerIntensity
public class ShiTomasiCorner_S32
extends Object
implements ImplSsdCornerBase.CornerIntensity_S32, ShiTomasiCornerIntensity
Implementation of ShiTomasiCornerIntensity
.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfloat
compute
(int totalXX, int totalXY, int totalYY) Computes the pixel's corner intensity.
-
Constructor Details
-
ShiTomasiCorner_S32
public ShiTomasiCorner_S32()
-
-
Method Details
-
compute
public float compute(int totalXX, int totalXY, int totalYY) Description copied from interface:ImplSsdCornerBase.CornerIntensity_S32
Computes the pixel's corner intensity.- Specified by:
compute
in interfaceImplSsdCornerBase.CornerIntensity_S32
- Returns:
- corner intensity.
-