Machine learning3D reconstruction
立体匹配
立体匹配是一种计算机视觉技术,通过在立体图像对(从略微不同的视角拍摄)之间寻找对应点来恢复深度信息。通过定位两幅图像中的相同场景特征并测量视差(水平偏移),立体匹配利用三角测量原理重建三维结构。
阅读完整方法
仅限会员
登录使用免费账户登录即可阅读本节。
Method map
The neighbourhood of related methods — select a node to explore.
来源
- Scharstein, D., & Szeliski, R. (2002). A taxonomy and evaluation of dense two-frame stereo correspondence algorithms. International Journal of Computer Vision, 47(1), 7–42. DOI: 10.1023/a:1014573219977 ↗
- Kanade, T., Okutomi, M., Nakano, T., et al. (1996). A stereo matching algorithm with an adaptive window. Image and Vision Computing, 12(10), 605–618. link ↗
如何引用本页
ScholarGate. (2026, June 3). Stereo Matching for Depth Estimation. ScholarGate. https://scholargate.app/zh/computer-vision/stereo-matching
Which method?
Set this method beside its closest kin and read them side by side — the library lays the books on the table; the choice is yours.
- 斑点检测计算机视觉↔ compare
- Harris Corner Detection计算机视觉↔ compare
- 直方图均衡化计算机视觉↔ compare
- Lucas-Kanade 光流法计算机视觉↔ compare
- 模板匹配计算机视觉↔ compare