FAST corner detector

버전 1.0.0.0 (171 KB) 작성자: Edward Rosten
Implementation of the FAST corner detection algorithm.
다운로드 수: 8.2K
업데이트 날짜: 2016/3/31

라이선스 보기

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.

인용 양식

Edward Rosten (2025). FAST corner detector (https://www.mathworks.com/matlabcentral/fileexchange/13006-fast-corner-detector), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2006b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Feature Detection and Extraction에 대해 자세히 알아보기
도움

도움 준 파일: BRIEF descriptor using FAST detector

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.0.0.0

BSD