boofcv.alg.feature.detect.intensity.impl
Class ImplHarrisCorner_F32
- java.lang.Object
-
- boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase<GrayF32,GrayF32>
-
- boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_F32
-
- boofcv.alg.feature.detect.intensity.impl.ImplHarrisCorner_F32
-
- All Implemented Interfaces:
- FeatureIntensity<GrayF32>, GradientCornerIntensity<GrayF32>, HarrisCornerIntensity<GrayF32>
public class ImplHarrisCorner_F32 extends ImplSsdCorner_F32 implements HarrisCornerIntensity<GrayF32>
Implementation of
HarrisCornerIntensitybased off ofImplSsdCorner_F32.
-
-
Constructor Summary
Constructors Constructor and Description ImplHarrisCorner_F32(int windowRadius, float kappa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description floatgetKappa()Returns the value of the tuning parameter.voidsetKappa(float kappa)Sets the tuning parameter.-
Methods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCorner_F32
setImageShape
-
Methods inherited from class boofcv.alg.feature.detect.intensity.impl.ImplSsdCornerBase
getIgnoreBorder, getRadius, process
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface boofcv.alg.feature.detect.intensity.GradientCornerIntensity
process
-
Methods inherited from interface boofcv.alg.feature.detect.intensity.FeatureIntensity
getIgnoreBorder, getRadius
-
-
-
-
Method Detail
-
setKappa
public void setKappa(float kappa)
Description copied from interface:HarrisCornerIntensitySets the tuning parameter.- Specified by:
setKappain interfaceHarrisCornerIntensity<GrayF32>- Parameters:
kappa- parameter
-
getKappa
public float getKappa()
Description copied from interface:HarrisCornerIntensityReturns the value of the tuning parameter.- Specified by:
getKappain interfaceHarrisCornerIntensity<GrayF32>- Returns:
- tuning parameter
-
-
DataMelt 3.0 © DataMelt by jWork.ORG