buaa39055211 / Stereo_matchLinks
Stereo match for dual-camera with BM&SGBM in OpenCV and modified SGBM.用OpenCv中的BM和SGBM以及经过修改的SGBM算法实现双目测距功能
☆18Updated 6 years ago
Alternatives and similar repositories for Stereo_match
Users that are interested in Stereo_match are comparing it to the libraries listed below
Sorting:
- 存放之前使用c++编写的双目立体视觉三维重建的相关代码和文件☆99Updated 6 years ago
- sgbm立体匹配算法以及生成点云☆12Updated 4 years ago
- Study note about OpenCV StereoSGBM☆19Updated 8 years ago
- 这是一个基于CUDA加速的快速立体匹配库,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且占用明显更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高量级…☆119Updated 2 years ago
- OpenCV StereoBM & StereoSGBM☆18Updated 5 years ago
- 参考论文:Efficient Large-Scale Stereo Matching,立体匹配。☆39Updated 5 years ago
- implement gc-net(Geometry and Context Network) by pytorch☆37Updated 5 years ago
- 基于SIFT特征匹配的双目立体视觉测距☆69Updated 6 years ago
- AD-Census立体匹配算法,中国学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰!