FAST corner detector
by Edward Rosten
14 Nov 2006
(Updated 15 Nov 2006)
Implementation of the FAST corner detection algorithm.
|
Watch this File
|
| File Information |
| Description |
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. |
| MATLAB release |
MATLAB 7.3 (R2006b)
|
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (4) |
| 23 Jul 2007 |
Pieter Vandemaele
|
|
|
| 04 Sep 2007 |
Horst Wildenauer
|
|
|
| 11 Nov 2008 |
Utkarsh Rathore
|
|
|
| 11 Nov 2010 |
Y.K. Lim
|
|
|
|
Contact us at files@mathworks.com