系统仿真学报 ›› 2022, Vol. 34 ›› Issue (4): 727-734.doi: 10.16182/j.issn1004731x.joss.21-0857

• 仿真建模理论与方法 • 上一篇    下一篇

基于最佳几何约束和RANSAC的特征匹配算法

宁小娟1,2(), 李洁茹1(), 高凡1, 王映辉3   

  1. 1.西安理工大学 计算机科学与工程学院, 陕西 西安 710048
    2.陕西省网络计算与安全技术重点实验室, 陕西 西安 710048
    3.江南大学 人工智能与计算机学院, 江苏 无锡 214122
  • 收稿日期:2021-08-24 修回日期:2021-12-17 出版日期:2022-04-30 发布日期:2022-04-19
  • 通讯作者: 李洁茹 E-mail:ningxiaojuan@xaut.edu.cn;1353654876@qq.com
  • 作者简介:宁小娟(1982-),女,博士,副教授,研究方向为模式识别与图像处理。E-mail:ningxiaojuan@xaut.edu.cn
  • 基金资助:
    国家自然科学基金(61871320);国家重点研发计划(2018YFB1004905);教育厅重点实验室项目(17JS099)

Feature Matching Algorithm Based on Optimal Geometric Constraints and RANSAC

Xiaojuan Ning1,2(), Jieru Li1(), Fan Gao1, Yinghui Wang3   

  1. 1.Institute of Computer Science and Engineering, Xi'an University of Technology, Xi'an 710048, China
    2.Shaanxi Key Laboratory for Network Computing and Security Technology, Xi'an 710048, China
    3.Institute of Artificial Intelligence and Computer Science, Jiangnan University, Wuxi 214122, China
  • Received:2021-08-24 Revised:2021-12-17 Online:2022-04-30 Published:2022-04-19
  • Contact: Jieru Li E-mail:ningxiaojuan@xaut.edu.cn;1353654876@qq.com

摘要:

为解决特征点匹配的质量与计算效率不能兼得的问题,研究了一种基于最佳几何约束和RANSAC(random sample consensus)的特征点匹配方法。采用KNN(k-nearest neighbor)算法对提取到的特征点完成初始匹配,根据匹配点对连接线长度相等、斜率相同的特点,基于统计排序策略构建最佳几何约束,剔除明显错误匹配。利用RANSAC算法进行二次过滤,确保特征匹配点对的正确率,同时给出实验结果加以验证。结果表明:在正常光照下,与Lowe's算法和GMS算法相比,该算法匹配到的点对数有了明显增加,同时很大程度上保证了特征点的质量。

关键词: 统计排序, 最佳几何约束, RANSAC(random sample consensus)算法, 特征点匹配

Abstract:

In order to solve the problem that it's hard to reconcile the quality and computational efficiency of feature point matching. The initial matching for the extracted feature points is implemented through k-nearest neighbor (KNN) algorithm. According to the characteristics of equal length and same slope of the connecting line between matching points, the optimal geometric constraint is constructed based on the statistical sorting strategy to eliminate the obvious matching errors. Then random sample consensus (RANSAC) algorithm is utilized for further filtering to ensure the accuracy of the feature matching point pairs. Experimental results show that the method can obtain more matched point pairs under normal light, compared with Lowe's algorithm and GMS algorithm, and can ensure the quality of feature points.

Key words: statistical ranking, optimal geometric constraint, random sample consensus algorithm, feature point match

中图分类号: