FAST corner detector
The code here is an implementation of the FAST corner detection algorithm. A pixel is defined as a corner if (in a circle surrounding the pixel), N or more contiguous pixels are all significantly brighter then or all significantly darker than the centre pixel. The ordering of questions used to classify a pixel is learned using the ID3 algorithm. This detector has been shown to exibit a high degree of repeatability.
This is detailed in the following paper:
Machine learning for high-speed corner detection. E. Rosten, T. Drummond, ECCV 2006.
And on the website at:
http://mi.eng.cam.ac.uk/~er258/work/fast.html
Instructions for use are included in example.m as well as matlab HELP descriptions.
Cita come
Edward Rosten (2025). FAST corner detector (https://www.mathworks.com/matlabcentral/fileexchange/13006-fast-corner-detector), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato: BRIEF descriptor using FAST detector
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
fast-matlab-src/
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.0.0.0 | BSD |