Stereo Matching

A GUI demonstrates an efficient stereo matching algorithm.
14,9K Downloads
Aktualisiert 12 Sep 2012

Lizenz anzeigen

FAST MATLAB STEREO MATCHING ALGORITHM (SAD)

This function performs the computationally expensive step of matching two rectified and undistorted stereo images. The output is a dense disparity map. If camera parameters are known, this allows for three dimensional reconstruction.

Two graphical user interfaces demonstrate the algorithm.

Please note this function requires the Image Processing Toolbox!

[spdmap, dcost, pcost, wcost] = stereomatch(imgleft, imgright, windowsize, disparity, spacc)

The standard images included are from
[1] D. Scharstein and R. Szeliski. A taxonomy and evaluation of dense two-frame stereo correspondence algorithms. International Journal of Computer Vision, 47(1/2/3):7-42, April-June 2002.
[2] D. Scharstein and R. Szeliski. High-accuracy stereo depth maps using structured light. In IEEE Computer Society Conference on Computer Vision and Pattern Recognition (CVPR 2003), volume 1, pages 195-202, Madison, WI, June 2003.

Please do provide feedback.

Zitieren als

Wim Abbeloos (2024). Stereo Matching (https://www.mathworks.com/matlabcentral/fileexchange/28522-stereo-matching), MATLAB Central File Exchange. Abgerufen .

Kompatibilität der MATLAB-Version
Erstellt mit R2012b
Kompatibel mit allen Versionen
Plattform-Kompatibilität
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Veröffentlicht Versionshinweise
1.3.0.0

Updated to include an App file for R2012b

1.1.0.0

Adjusted description

1.0.0.0