Stereo Matching

版本 1.3.0.0 (4.7 MB) 作者: Wim Abbeloos
A GUI demonstrates an efficient stereo matching algorithm.
14.9K 次下载
更新时间 2012/9/12

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R2012b
兼容任何版本
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.3.0.0

Updated to include an App file for R2012b

1.1.0.0

Adjusted description

1.0.0.0