Class HarrisCorner_F32
java.lang.Object
boofcv.alg.feature.detect.intensity.impl.HarrisCorner_F32
- All Implemented Interfaces:
HarrisCornerIntensity,ImplSsdCornerBase.CornerIntensity_F32
public class HarrisCorner_F32
extends Object
implements ImplSsdCornerBase.CornerIntensity_F32, HarrisCornerIntensity
Implementation of HarrisCornerIntensity.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
HarrisCorner_F32
public HarrisCorner_F32(float kappa)
-
-
Method Details
-
setKappa
public void setKappa(float kappa) Description copied from interface:HarrisCornerIntensitySets the tuning parameter.- Specified by:
setKappain interfaceHarrisCornerIntensity- Parameters:
kappa- parameter
-
compute
public float compute(float totalXX, float totalXY, float totalYY) Description copied from interface:ImplSsdCornerBase.CornerIntensity_F32Computes the pixel's corner intensity.- Specified by:
computein interfaceImplSsdCornerBase.CornerIntensity_F32- Returns:
- corner intensity.
-
getKappa
public float getKappa()Description copied from interface:HarrisCornerIntensityReturns the value of the tuning parameter.- Specified by:
getKappain interfaceHarrisCornerIntensity- Returns:
- tuning parameter
-