Comparison of Dense Stereo Using CUDA

Abstract

In this paper, a local and a global dense stereo matching method, implemented using Compute Unified Device Architecture (CUDA), are presented, analyzed and compared. The purposed work shows the general strategy of the parallelization of matching methods on GPUs and the tradeoff between accuracy and run-time on current GPU hardware. Two representative and widely-used methods, the Sum of Absolute Differences (SAD) method and the Semi-Global Matching (SGM) method, are used and their results are compared using the Middlebury test sets.

Cite

Text

Zhu et al. "Comparison of Dense Stereo Using CUDA." European Conference on Computer Vision Workshops, 2010. doi:10.1007/978-3-642-35740-4_31

Markdown

[Zhu et al. "Comparison of Dense Stereo Using CUDA." European Conference on Computer Vision Workshops, 2010.](https://mlanthology.org/eccvw/2010/zhu2010eccvw-comparison/) doi:10.1007/978-3-642-35740-4_31

BibTeX

@inproceedings{zhu2010eccvw-comparison,
  title     = {{Comparison of Dense Stereo Using CUDA}},
  author    = {Zhu, Ke and Butenuth, Matthias and d'Angelo, Pablo},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2010},
  pages     = {398-410},
  doi       = {10.1007/978-3-642-35740-4_31},
  url       = {https://mlanthology.org/eccvw/2010/zhu2010eccvw-comparison/}
}