MATLAB File Help: cv.AGAST Index
cv.AGAST

Detects corners using the AGAST algorithm

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

Input

Output

Options

Detects corners using the AGAST algorithm by [mair2010].

For non-Intel platforms, there is a tree optimised variant of AGAST with same numerical results. The 32-bit binary tree tables were generated automatically from original code using perl script.

References

[mair2010]:

E. Mair, G. D. Hager, D. Burschka, M. Suppa, and G. Hirzinger. "Adaptive and generic corner detection based on the accelerated segment test". In "European Conference on Computer Vision (ECCV'10)", Sept 2010. (http://www6.in.tum.de/Main/ResearchAgast)

See also