Image feature detection as robust model fitting

Dengfeng Chai,Qunsheng Peng
DOI: https://doi.org/10.1007/11612704_67
2006-01-01
Abstract:In this paper, we describe image feature as parameterized model and formulate feature detection as robust model fitting problem. It can detect global feature easily without parameter transformation, which is needed by Hough Transform methods. We adopt RANSAC paradigm to solve the problem. It is immune to outliers and can deal with image contains multiple features and noisy pixels. In the voting stage of RANSAC, in contrast with previous methods which need distance computation and comparison, we apply Bresenham algorithm to generate pixels in the inlier region of the feature and use the foreground pixels in this region to vote the potential feature. It greatly improves the efficiency and can detect spatially-linked features easily. Experimental results with both synthetic and real images are reported.
What problem does this paper attempt to address?