MATLAB File Help: cv.FAST Index
cv.FAST

Detects corners using the FAST algorithm

keypoints = cv.FAST(im)
keypoints = cv.FAST(im, 'OptionName', optionValue, ...)

Input

Output

Options

Detects corners using the FAST algorithm by [Rosten06].

References

[Rosten06]:

E. Rosten (Machine Learning for High-speed Corner Detection, 2006).

See also