Class HarrisCorner_S32
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.HarrisCorner_S32
- All Implemented Interfaces:
HarrisCornerIntensity
,ImplSsdCornerBase.CornerIntensity_S32
public class HarrisCorner_S32
extends Object
implements ImplSsdCornerBase.CornerIntensity_S32, HarrisCornerIntensity
Implementation of HarrisCornerIntensity
.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HarrisCorner_S32
public HarrisCorner_S32(float kappa)
-
-
Method Details
-
setKappa
public void setKappa(float kappa) Description copied from interface:HarrisCornerIntensity
Sets the tuning parameter.- Specified by:
setKappa
in interfaceHarrisCornerIntensity
- Parameters:
kappa
- parameter
-
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.
-
getKappa
public float getKappa()Description copied from interface:HarrisCornerIntensity
Returns the value of the tuning parameter.- Specified by:
getKappa
in interfaceHarrisCornerIntensity
- Returns:
- tuning parameter
-