Main Content
detectSURFFeatures
Detect SURF features
Description
returns a points
= detectSURFFeatures(I
)SURFPoints
object, points
,
containing information about SURF features detected in the 2-D grayscale or binary input
image I
. The detectSURFFeatures
function
implements the Speeded-Up Robust Features (SURF) algorithm to find blob features.
specifies options using one or more name-value arguments in addition to the input arguments
in the previous syntax.points
= detectSURFFeatures(I
,Name,Value
)
Examples
Input Arguments
Output Arguments
References
[1] Bay, H., A. Ess, T. Tuytelaars, and L. Van Gool. “SURF:Speeded Up Robust Features.” Computer Vision and Image Understanding (CVIU).Vol. 110, No. 3, pp. 346–359, 2008.
Extended Capabilities
Version History
Introduced in R2011b