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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfloatcompute(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_S32Computes the pixel's corner intensity.- Specified by:
 computein interfaceImplSsdCornerBase.CornerIntensity_S32- Returns:
 - corner intensity.
 
 
 -