作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2021, Vol. 47 ›› Issue (6): 225-233. doi: 10.19678/j.issn.1000-3428.0057709

• 图形图像处理 • 上一篇    下一篇

融合颜色与光照信息的改进AKAZE图像匹配算法

张宇, 胡立坤, 黄彬   

  1. 广西大学 电气工程学院, 南宁 530004
  • 收稿日期:2020-03-13 修回日期:2020-04-22 发布日期:2020-05-07
  • 作者简介:张宇(1993-),男,硕士研究生,主研方向为图像处理;胡立坤(通信作者),教授、博士;黄彬,硕士研究生。

Improved AKAZE Image Matching Algorithm Combining Color and Illumination Information

ZHANG Yu, HU Likun, HUANG Bin   

  1. School of Electrical Engineering, Guangxi University, Nanning 530004, China
  • Received:2020-03-13 Revised:2020-04-22 Published:2020-05-07
  • Contact: 国家自然科学基金(61863002)。 E-mail:hlk3email@163.com

摘要: 传统AKAZE算法主要以图像的灰度信息作为输入,忽略了颜色与光照信息,且存在过多的冗余特征点。提出一种融合颜色与光照信息的改进图像匹配算法。在图像原始灰度信息中增加颜色补偿量和光照补偿量,克服传统AKAZE算法未利用颜色和光照信息来区分同名点的缺点。在特征点邻域内计算欧式距离和区域重复率以确定重叠程度较高的相邻特征点,比较相邻特征点的响应强度,将响应强度值较小的特征点作为冗余点并删除。在图像匹配后利用随机一致性算法剔除误匹配点对,通过并行运算对算法进行加速。实验结果表明,该算法可以有效识别同名点并剔除图像中的冗余点,运行效率优于SIFT和SURF等算法。

关键词: 图像匹配, AKAZE算法, 颜色补偿, 光照补偿, 冗余特征点

Abstract: The traditional AKAZE algorithm mainly takes the grayscale information of the image as the input and ignores the color and illumination information of the image, making it hard to distinguish identical points.In addition, it leaves too many redundant feature points unsolved.This paper proposes an improved image matching algorithm that combines color and illumination information.The algorithm introduces color compensation and illumination compensation into the original grayscale information of the image, to distinguish the identical points.To deal with the redundant feature points, the Euclidean distance and regional repetition rate in the neighborhood of feature points are calculated to determine the highly overlapped adjacent feature points.Then the response intensity values of neighboring feature points are compared, and the feature points with a low response intensity are deleted as redundant points.After image matching is done, the random consistency algorithm is used to eliminate the false matching point pairs, and the whole algorithm is accelerated through parallel operations.Experimental results show that the proposed algorithm can effectively identify the identical points and eliminate the redundant points in the image.Its operation efficiency is also higher than that of SIFT, SURF and other algorithms.

Key words: image matching, AKAZE algorithm, color compensation, illumination compensation, redundant feature point

中图分类号: