Mismatching Elimination Algorithm in SIFT Based on Function Fitting.

Xiaoni Zhong,Yunhong Li,Jie Ren
DOI: https://doi.org/10.1007/978-3-030-00563-4_23
2018-01-01
Abstract:In order to solve the problems such as time consuming and mismatching in the experiment of eliminating SIFT mismatch points in RANSAC algorithm, proposed Mismatching Elimination Algorithm in SIFT Based on Function Fitting; Firstly, we use SIFT algorithm to direct the matching of the image and the matching image, using iterative least squares fitting method to construct function model for the key points of matched Image; secondly, fit the function model with the key points of matching image features; Finally, the errors of the two algorithms are calculated, when the error is greater than the set threshold, verify that the point is a mismatch point, and it is eliminated. The experimental results show that using Mismatching Elimination Algorithm in SIFT Based on Function Fitting than RANSAC algorithm in time to save the 2 s on average, the correct matching rate is increased by 11.75%, and more correct matching points can be reserved.
What problem does this paper attempt to address?