Main Content
detectHarrisFeatures
Detect corners using Harris–Stephens algorithm
Description
returns a points
= detectHarrisFeatures(I
)cornerPoints
object
points
that contains information about corner features
detected in the 2-D grayscale or binary input using the Harris-Stephens
algorithm.
uses additional options specified by one or more name-value arguments.points
= detectHarrisFeatures(I
,Name,Value
)
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