detectHarrisFeatures
Detect corners using Harris–Stephens algorithm
and return cornerPoints
object
Description
returns
a points
= detectHarrisFeatures(I
)cornerPoints
object, points
.
The object contains information about the feature points detected
in a 2-D input image, I
. The detectHarrisFeatures
function
uses the Harris–Stephens algorithm to find these feature points.
uses
additional options specified by one or more points
= detectHarrisFeatures(I
,Name,Value
)Name,Value
pair
arguments.
Examples
Input Arguments
Output Arguments
References
[1] Harris, C., and M. Stephens, "A Combined Corner and Edge Detector," Proceedings of the 4th Alvey Vision Conference, August 1988, pp. 147-151.
Extended Capabilities
Version History
Introduced in R2013a
See Also
Functions
detectSURFFeatures
|detectMinEigenFeatures
|detectBRISKFeatures
|detectFASTFeatures
|detectMSERFeatures
|detectKAZEFeatures
|detectORBFeatures
|extractFeatures
|extractHOGFeatures
|detectFASTFeatures
|matchFeatures