Detect corners using FAST algorithm and return cornerPoints
object
returns
a points
= detectFASTFeatures(I
)cornerPoints
object, points
.
The object contains information about the feature points detected
in a 2-D grayscale input image, I
. The detectFASTFeatures
function
uses the Features from Accelerated Segment Test (FAST) algorithm to
find feature points.
uses
additional options specified by one or more points
= detectFASTFeatures(I
,Name,Value
)Name,Value
pair
arguments.
[1] Rosten, E., and T. Drummond. "Fusing Points and Lines for High Performance Tracking," Proceedings of the IEEE International Conference on Computer Vision, Vol. 2 (October 2005): pp. 1508–1511.
detectBRISKFeatures
| detectFASTFeatures
| detectHarrisFeatures
| detectKAZEFeatures
| detectMinEigenFeatures
| detectMSERFeatures
| detectORBFeatures
| detectSURFFeatures
| extractFeatures
| extractHOGFeatures
| matchFeatures