public interface HarrisCornerIntensity<T extends boofcv.struct.image.ImageGray> extends GradientCornerIntensity<T>
The Harris corner detector [1] is similar to the ShiTomasiCornerIntensity but avoids computing the eigenvalues
directly. In theory this should be more computationally efficient.
corner = det(D) + k*trace(D)2
where D is the deformation matrix (see GradientCornerIntensity), and k is a tunable scalar.
k typically has a small value, for example 0.04.
| Modifier and Type | Method and Description |
|---|---|
float |
getKappa()
Returns the value of the tuning parameter.
|
void |
setKappa(float kappa)
Sets the tuning parameter.
|
processgetIgnoreBorder, getRadius