detectFASTFeatures
Detect corners using FAST algorithm and return cornerPoints
object
Description
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.
Examples
Input Arguments
Output Arguments
References
[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.
Extended Capabilities
Version History
Introduced in R2013aSee Also
Functions
detectSURFFeatures
|detectMinEigenFeatures
|detectBRISKFeatures
|detectHarrisFeatures
|detectMSERFeatures
|detectKAZEFeatures
|detectORBFeatures
|extractFeatures
|extractHOGFeatures
|detectFASTFeatures
|matchFeatures