Detect SURF features and return SURFPoints
object
returns a points = detectSURFFeatures(I)SURFPoints object, points,
containing information about SURF features detected in the 2-D grayscale 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)
[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.
detectBRISKFeatures | detectFASTFeatures | detectHarrisFeatures | detectMinEigenFeatures | detectMSERFeatures | detectORBFeatures | extractFeatures | matchFeatures | ORBPoints | SURFPoints