public class ImplHarrisCornerWeighted_S16 extends ImplSsdCornerWeighted_S16 implements HarrisCornerIntensity<boofcv.struct.image.GrayS16>
Implementation of HarrisCornerIntensity
that samples pixels using a Gaussian distribution and is based off of ImplSsdCornerWeighted_F32.
totalXX, totalXY, totalYY| Constructor and Description |
|---|
ImplHarrisCornerWeighted_S16(int windowRadius,
float kappa) |
| Modifier and Type | Method and Description |
|---|---|
protected float |
computeResponse() |
float |
getKappa()
Returns the value of the tuning parameter.
|
void |
setKappa(float kappa)
Sets the tuning parameter.
|
getIgnoreBorder, getRadius, processclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprocessgetIgnoreBorder, getRadiuspublic ImplHarrisCornerWeighted_S16(int windowRadius,
float kappa)
protected float computeResponse()
computeResponse in class ImplSsdCornerWeighted_S16public float getKappa()
HarrisCornerIntensitygetKappa in interface HarrisCornerIntensity<boofcv.struct.image.GrayS16>public void setKappa(float kappa)
HarrisCornerIntensitysetKappa in interface HarrisCornerIntensity<boofcv.struct.image.GrayS16>kappa - parameter