Adaptive and Generic Corner Detection Based on the Accelerated Segment Test
Abstract
The efficient detection of interesting features is a crucial step for various tasks in Computer Vision. Corners are favored cues due to their two dimensional constraint and fast algorithms to detect them. Recently, a novel corner detection approach, FAST, has been presented which outperforms previous algorithms in both computational performance and repeatability. We will show how the accelerated segment test, which underlies FAST, can be significantly improved by making it more generic while increasing its performance. We do so by finding the optimal decision tree in an extended configuration space, and demonstrating how specialized trees can be combined to yield an adaptive and generic accelerated segment test. The resulting method provides high performance for arbitrary environments and so unlike FAST does not have to be adapted to a specific scene structure. We will also discuss how different test patterns affect the corner response of the accelerated segment test.
Cite
Text
Mair et al. "Adaptive and Generic Corner Detection Based on the Accelerated Segment Test." European Conference on Computer Vision, 2010. doi:10.1007/978-3-642-15552-9_14Markdown
[Mair et al. "Adaptive and Generic Corner Detection Based on the Accelerated Segment Test." European Conference on Computer Vision, 2010.](https://mlanthology.org/eccv/2010/mair2010eccv-adaptive/) doi:10.1007/978-3-642-15552-9_14BibTeX
@inproceedings{mair2010eccv-adaptive,
title = {{Adaptive and Generic Corner Detection Based on the Accelerated Segment Test}},
author = {Mair, Elmar and Hager, Gregory D. and Burschka, Darius and Suppa, Michael and Hirzinger, Gerd},
booktitle = {European Conference on Computer Vision},
year = {2010},
pages = {183-196},
doi = {10.1007/978-3-642-15552-9_14},
url = {https://mlanthology.org/eccv/2010/mair2010eccv-adaptive/}
}