buaa39055211 / Stereo_matchLinks
Stereo match for dual-camera with BM&SGBM in OpenCV and modified SGBM.用OpenCv中的BM和SGBM以及经过修改的SGBM算法实现双目测距功能
☆17Updated 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:
- sgbm立体匹配算法以及生成点云☆12Updated 4 years ago
- OpenCV StereoBM & StereoSGBM☆17Updated 5 years ago
- 参考论文:Efficient Large-Scale Stereo Matching,立体匹配。☆40Updated 4 years ago
- 存放之前使用c++编写的双目立体视觉三维重建的相关代码和文件☆98Updated 6 years ago
- Study note about OpenCV StereoSGBM☆20Updated 8 years ago
- sgbm立体匹配算法☆18Updated 4 years ago
- opencv-sgbm-demo☆15Updated 5 years ago
- 这是一个基于CUDA加速的快速立体匹配库,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且占用明显更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达 到实时的帧率,且完全具备处理千万级甚至更高量级…☆119Updated last year
- 基于SIFT特征匹配的双目立体视觉测距☆67Updated 6 years ago
- This project provides Matlab code and verification data for paper entitled "A joint calibration method for monocular speckle structured l…☆18Updated last year
- 基于opencv的双目视觉进行三维物体测量☆22Updated last week
- libStereoMatch is a universal stereo matching library. This library is developed using C++and divides the stereo matching steps into four…☆17Updated last year
- Calibrate a structure light system of a camera and a structured light☆58Updated 3 years ago
- Calibration for structured light, projector & camera☆29Updated 7 years ago
- OpenCV实现SfM☆77Updated 6 years ago
- Some basical stereo matching methods