计算机科学与探索 ›› 2011, Vol. 5 ›› Issue (4): 374-384.

• 学术研究 • 上一篇    

最短路径模型下的双目立体匹配算法研究

徐 昇, 云 挺, 业 宁   

  1. 南京林业大学 信息科学与技术学院, 南京 210037
  • 收稿日期:1900-01-01 修回日期:1900-01-01 出版日期:2011-04-01 发布日期:2011-04-01

Research of Stereo Matching Algorithm through the Shortest Path Model

XU Sheng, YUN Ting, YE Ning   

  1. College of Information Science and Technology, Nanjing Forestry University, Nanjing 210037, China
  • Received:1900-01-01 Revised:1900-01-01 Online:2011-04-01 Published:2011-04-01

摘要: 传统的双目立体匹配算法, 是通过计算像素点间的相似程度来找出左图像素点和右图像素点的匹配关系。为了提高匹配准确度, 当前策略主要是将立体匹配转化为求解能量方程最小化问题, 再对全局空间的能量进行优化, 如扫描线算法、动态规划算法、图割算法和置信传播算法。然而各个算法有着自身不足, 若仅仅从原有的模型出发, 难以克服缺点。通过对能量方程最小化问题深入研究, 建立了一个最短路径模型, 即将能量方程映射到有向图中, 通过求解图的最短路径来解能量方程的最小化问题, 详细阐述了算法原理后又从视差空间的角度描述了算法的运行图。实验证明最短路径算法克服了上述四种方法的固有缺陷, 在准确度较高的同时, 有较低的时间复杂度。

关键词: 立体匹配, 能量方程最小化, 全局优化, 视差空间, 最短路径

Abstract: Traditional stereo matching algorithms are to find the correspondence between left and right pixels by calculating the degree of similarity between pixels. To improve the matching accuracy, the current strategies for solving the stereo matching problems are often transformed into solving the energy equation minimization problem, and then optimize the global space. These algorithms include scanline optimization algorithm, dynamic programming algorithm, graph cut algorithm and belief propagation algorithm, but each algorithm has its own deficiencies. However, only thought from the original model, it is difficult to change their shortcomings. From the perspective of minimizing the energy equation this paper establishes a new model called the shortest path model. The energy equation will be mapped to a directed graph, and then the stereo matching problem can be solved by solving the shortest path. After describing the principle of the algorithm and steps, this paper shows the algorithm diagram from the angle of disparity space. Experiments show that the shortest path algorithm overcomes many inherent defects of the above four methods, and has higher precision and lower time complexity.

Key words: stereo matching, energy equation minimization, global optimization, disparity space, the shortest path