Detect corners using Harris–Stephens algorithm
and return cornerPoints object
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.
[1] Harris, C., and M. Stephens, "A Combined Corner and Edge Detector," Proceedings of the 4th Alvey Vision Conference, August 1988, pp. 147-151.
detectBRISKFeatures | detectFASTFeatures | detectFASTFeatures | detectKAZEFeatures | detectMinEigenFeatures | detectMSERFeatures | detectORBFeatures | detectSURFFeatures | extractFeatures | extractHOGFeatures | matchFeatures