CVOct 28, 2022

Comparison of Stereo Matching Algorithms for the Development of Disparity Map

arXiv:2210.15926v14 citationsh-index: 44
Originality Synthesis-oriented
AI Analysis

This is an incremental study that compares existing methods for stereo matching, relevant for computer vision researchers working on 3D reconstruction.

This paper compared six stereo matching algorithms and three cost functions for developing disparity maps, finding that the Belief Propagation algorithm often achieved over 95% accuracy.

Stereo Matching is one of the classical problems in computer vision for the extraction of 3D information but still controversial for accuracy and processing costs. The use of matching techniques and cost functions is crucial in the development of the disparity map. This paper presents a comparative study of six different stereo matching algorithms including Block Matching (BM), Block Matching with Dynamic Programming (BMDP), Belief Propagation (BP), Gradient Feature Matching (GF), Histogram of Oriented Gradient (HOG), and the proposed method. Also three cost functions namely Mean Squared Error (MSE), Sum of Absolute Differences (SAD), Normalized Cross-Correlation (NCC) were used and compared. The stereo images used in this study were from the Middlebury Stereo Datasets provided with perfect and imperfect calibrations. Results show that the selection of matching function is quite important and also depends on the images properties. Results showed that the BP algorithm in most cases provided better results getting accuracies over 95%.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes