detectFASTFeatures
Detect corners using FAST algorithm
Description
returns a points = detectFASTFeatures(I)cornerPoints object
points that contains information about corner features
detected in the 2-D grayscale or binary input using the Features from Accelerated
Segment Test (FAST) algorithm.
uses additional options specified by one or more name-value arguments.points = detectFASTFeatures(I,Name,Value)
Examples
Input Arguments
Name-Value 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|matchFeatures
