public class ImplHarrisCorner_F32 extends ImplSsdCorner_F32 implements HarrisCornerIntensity<boofcv.struct.image.GrayF32>
Implementation of HarrisCornerIntensity based off of ImplSsdCorner_F32.
totalXX, totalXY, totalYY| Constructor and Description |
|---|
ImplHarrisCorner_F32(int windowRadius,
float kappa) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
computeIntensity()
Computes the pixel's corner intensity.
|
float |
getKappa()
Returns the value of the tuning parameter.
|
void |
setKappa(float kappa)
Sets the tuning parameter.
|
horizontal, setImageShape, verticalgetIgnoreBorder, getRadius, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessgetIgnoreBorder, getRadiuspublic void setKappa(float kappa)
HarrisCornerIntensitysetKappa in interface HarrisCornerIntensity<boofcv.struct.image.GrayF32>kappa - parameterprotected float computeIntensity()
ImplSsdCornerBasecomputeIntensity in class ImplSsdCornerBase<boofcv.struct.image.GrayF32,boofcv.struct.image.GrayF32>public float getKappa()
HarrisCornerIntensitygetKappa in interface HarrisCornerIntensity<boofcv.struct.image.GrayF32>