计算机应用 ›› 2018, Vol. 38 ›› Issue (5): 1410-1414.DOI: 10.11772/j.issn.1001-9081.2017102562

• 虚拟现实与多媒体计算 • 上一篇    下一篇

基于SIFT算子融合最大相异系数的自适应图像匹配算法

陈虹, 肖越, 肖成龙, 宋好   

  1. 辽宁工程技术大学 软件学院, 辽宁 葫芦岛 125105
  • 收稿日期:2017-10-30 修回日期:2017-12-18 出版日期:2018-05-10 发布日期:2018-05-24
  • 通讯作者: 肖越
  • 作者简介:陈虹(1967-),女,辽宁阜新人,副教授,硕士,CCF会员,主要研究方向:信息安全;肖越(1993-),女,黑龙江绥化人,硕士研究生,主要研究方向:信息安全、图形图像处理;肖成龙(1984-),男,湖南株洲人,副教授,博士,主要研究方向:软硬件协同设计、高层次综合、可扩展处理器;宋好(1996-),女,辽宁阜新人,主要研究方向:图形图像处理。
  • 基金资助:
    国家自然科学基金资助项目(61404069)。

Adaptive image matching algorithm based on SIFT operator fused with maximum dissimilarity coefficient

CHEN Hong, XIAO Yue, XIAO Chenglong, SONG Hao   

  1. School of Software, Liaoning Technical College, Huludao Liaoning 125105, China
  • Received:2017-10-30 Revised:2017-12-18 Online:2018-05-10 Published:2018-05-24
  • Contact: 肖越
  • Supported by:
    This work is partially supported by the National Natural Science Foundation of China (61404069).

摘要: 针对传统的尺度不变特征变换(SIFT)图像匹配算法存在的误匹配率较高、剔除误匹配点条件单一的问题,提出一种基于SIFT算子融合最大相异系数的自适应图像匹配方法。首先,在欧氏距离(Euclidean distance)比测度基础上,对SIFT算法中128维特征向量自适应获取最大相异系数优化;然后,确定最大相异系数最优取值进行匹配点筛选,并采用随机抽样一致性(RANSAC)算法进行匹配正确率计算;最后,利用Daniel Scharstein和Richard Szeliski立体匹配图像进行了算法验证。实验结果表明,改进算法较传统SIFT算法匹配正确率提升10个百分点左右,有效降低误匹配,更能够适应相似区域较多的图像匹配应用。在实时性上,所提方法单次匹配平均耗时1.236 s,可应用于实时性要求不高的系统。

关键词: 尺度不变特征变换, 图像匹配, 最大相异系数, 自适应, 欧氏距离

Abstract: As the traditional Scale Invariant Feature Transform (SIFT) image matching algorithm has high false matching rate and eliminating the condition of mismatching points is unitary, an adaptive image matching method based on SIFT operator fused with maximum dissimilarity coefficient was proposed. Firstly, On the basis of Euclidean distance measurement, the optimal maximum dissimilarity coefficients values of the 128-dimensional feature vectors in SIFT algorithm were obtained. Then, the matching points were selected according to the obtained optimal values. Random Sample Consensus (RANSAC) was used to calculate the correct rate of matching. Finally, the stereo matching images of Daniel Scharstein and Richard Szeliski were used to verify the algorithm. The experimental results show that the correct matching rate of the improved algorithm is about 10 percentage points higher than that of the traditional SIFT algorithm. The improved algorithm effectively reduces the mismatches and is more suitable for image matching applications with similar regions. In terms of runtime, the proposed method has an average time of 1.236 s, which can be applied to the systems with low real-time requirements.

Key words: Scale Invariant Feature Transform (SIFT), image matching, maximum dissimilarity coefficient, adaptive, Euclidean distance

中图分类号: