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