Interface ImplSsdCornerBase.CornerIntensity_S32
- All Known Implementing Classes:
HarrisCorner_S32
,ShiTomasiCorner_S32
public static interface ImplSsdCornerBase.CornerIntensity_S32
-
Method Summary
Modifier and TypeMethodDescriptionfloat
compute
(int totalXX, int totalXY, int totalYY) Computes the pixel's corner intensity.
-
Method Details
-
compute
float compute(int totalXX, int totalXY, int totalYY) Computes the pixel's corner intensity.- Returns:
- corner intensity.
-