Calculating Dense Disparity Maps from Color Stereo Images, an Efficient Implementation

  • Authors:
  • Karsten Mühlmann;Dennis Maier;Jürgen Hesser;Reinhard Männer

  • Affiliations:
  • Lehrstuhl für Informatik V, Universität Mannheim, B6, 23-29, C, D-68131 Mannheim, Germany. muehlmann@ti.uni-mannheim.de;Lehrstuhl für Informatik V, Universität Mannheim, B6, 23-29, C, D-68131 Mannheim, Germany. maier@ti.uni-mannheim.de;Lehrstuhl für Informatik V, Universität Mannheim, B6, 23-29, C, D-68131 Mannheim, Germany. hesser@ti.uni-mannheim.de;Lehrstuhl für Informatik V, Universität Mannheim, B6, 23-29, C, D-68131 Mannheim, Germany. maenner@ti.uni-mannheim.de

  • Venue:
  • International Journal of Computer Vision
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents an efficient implementation for correlation based stereo. Research in this area can roughly be divided in two classes: improving accuracy regardless of computing time and scene reconstruction in real-time. Algorithms achieving video frame rates must have strong limitations in image size and disparity search range, whereas high quality results often need several minutes per image pair. This paper tries to fill the gap, it provides instructions how to implement correlation based disparity calculation with high speed and reasonable quality that can be used in a wide range of applications or to provide an initial solution for more sophisticated methods. Left to right consistency checking and uniqueness validation are used to eliminate false matches. Optionally, a fast median filter can be applied to the results to further remove outliers. Source code will be made publicly available as contribution to the Open Source Computer Vision Library, further acceleration with SIMD instructions is planned for the near future.