MATLAB File Help: cv.SURF/detectAndCompute Index
cv.SURF/detectAndCompute

Detects keypoints and computes their descriptors

[keypoints, descriptors] = obj.detectAndCompute(img)
[...] = obj.detectAndCompute(..., 'OptionName',optionValue, ...)

Input

Output

Options

The function is parallelized with the TBB library.

See also
Method Details
Access public
Sealed false
Static false