计算机应用 ›› 2016, Vol. 36 ›› Issue (6): 1659-1663.DOI: 10.11772/j.issn.1001-9081.2016.06.1659

• 虚拟现实与数字媒体 • 上一篇    下一篇

利用并查集的多视匹配点提取算法

卢俊, 张保明, 郭海涛, 陈小卫   

  1. 信息工程大学 地理空间信息学院, 郑州 450052
  • 收稿日期:2015-11-09 修回日期:2016-01-20 出版日期:2016-06-10 发布日期:2016-06-08
  • 通讯作者: 卢俊
  • 作者简介:卢俊(1981-),男,湖北武汉人,讲师,博士,主要研究方向:计算机视觉、数字摄影测量;张保明(1961-),男,河北安国人,教授,硕士,主要研究方向:数字摄影测量、航天遥感工程;郭海涛(1976-),男,河南新安人,副教授,博士,主要研究方向:遥感图像处理、数字摄影测量;陈小卫(1989-),男,四川资阳人,博士研究生,主要研究方向:数字摄影测量。
  • 基金资助:
    国家973计划项目(2012CB720000)。

Extraction algorithm of multi-view matching points using union find

LU Jun, ZHANG Baoming, GUO Haitao, CHEN Xiaowei   

  1. Institute of Geospatial Information, Information Engineering University, Zhengzhou Henan 450052, China
  • Received:2015-11-09 Revised:2016-01-20 Online:2016-06-10 Published:2016-06-08
  • Supported by:
    This work is partially supported by the National Basic Research Program (973 Program) of China (2012CB720000).

摘要: 多视匹配点的提取是多视影像场景三维重建的核心问题之一,提取结果将直接影响三维重建的精度。将多视匹配点的提取问题转化为动态连通性问题,设计了基于并查集算法的解决方案。采用高效的树结构来组织并查集中的节点,在树中采用parent-link连接方式,使得每次增加匹配点对的过程中只需修改单个节点的寻址参数,避免了遍历数组来比较寻址参数的计算过程,提高了查找和修改的效率。同时通过加权策略对算法进行优化,利用加权编码方式替代常用的硬编码,可以平衡树状图的结构,降低树中节点的平均深度。多组影像集的实验结果表明,基于并查集的算法可以提取更多的多视匹配点,并且计算效率要优于传统的广度优先搜索算法。

关键词: 并查集, 影像关系图, 多视匹配点, 寻址, 加权编码, 树状图

Abstract: The extraction of multi-view matching points is one of the key problems in 3D reconstruction of multi-view image scenes, and the accuracy of the reconstruction will be affected directly by the extraction result. The extraction problem of multi-view matching points was converted into the dynamic connectivity problem and a Union-Find (UF) method was designed. The nodes of UF were organized using efficient tree structure in which parent-link connection was adopted. In the process of increasing the matching points, only the addressing parameters of a single node needed to be modified, which avoided comparing the calculation process of the addressing parameters through traversing the array, and the efficiencies of locating and modifying were improved. A weighting strategy was used to optimize the algorithm, and the weighted encoding method was used to replace the conventional hard encoding, which could balance the structure of the tree and reduce the average depth of the dendrogram. The experimental results of multiple image sets show that the proposed algorithm based on UF can extract more multi-view matching points, and is more efficient than the conventional Breadth-First-Search (BFS) algorithm.

Key words: Union Find (UF), image relation graph, multi-view matching point, addressing, weighted encoding, dendrogram

中图分类号: