这是一个基于CUDA加速的快速立体匹配库,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且占用明显更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高量级图像的能力。
☆121Sep 21, 2023Updated 2 years ago
Alternatives and similar repositories for FasterStereoCuda-Library
Users that are interested in FasterStereoCuda-Library are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 《立体视觉入门指南》 代码, c++ code for StereoV3D course☆209Jun 2, 2023Updated 3 years ago
- AD-Census立体匹配算法,中国学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰!☆427Jan 22, 2021Updated 5 years ago
- SGM,立体匹配StereoMatching最经典应用最广泛算法,4000+引用,兼顾效率和效果。完整实现,代码规范,注释清晰,博客教学!☆1,198Apr 20, 2021Updated 5 years ago
- PatchMatchStereo,倾斜窗口经典,效果极佳,OpenMVS&Colmap稠密匹配算法。完整实现,代码规范,注释清晰,博客教学!☆795Dec 29, 2021Updated 4 years ago
- sgbm立体匹配算法以及生成点云☆13Jan 29, 2021Updated 5 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 完成基于 yolov3 与 TensorRT 的 快速目标检测与基于 sgm 与 cuda 的 双目立体重建,发送类别,概率,以及物体在相机坐标系下的xyz☆17Dec 25, 2020Updated 5 years ago
- 参考论文:Efficient Large-Scale Stereo Matching,立体匹配。☆39Sep 11, 2020Updated 5 years ago
- sgbm立体匹配算法☆16Jan 28, 2021Updated 5 years ago
- Semi-Global Matching on the GPU☆395Jul 10, 2021Updated 5 years ago
- Stereo Semi Global Matching by cuda☆678Jul 8, 2024Updated 2 years ago
- ☆12Mar 6, 2020Updated 6 years ago
- CS231A Final Project: Real-Time Semi-Global Matching Using CUDA Implementation☆10Jun 7, 2016Updated 10 years ago
- Source codes collection for 3d vision 视觉三维重建领域的源码收集☆391Jul 19, 2021Updated 5 years ago
- 这是一个基于CUDA加速的SGM立体匹配代码,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且明显占用更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高…☆69Apr 24, 2024Updated 2 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- PathMatch is the state-of-the-art stereo match algorithm framework.☆116Feb 5, 2019Updated 7 years ago
- A CUDA implementation of Segmentation SGM☆33Jan 30, 2020Updated 6 years ago
- A handbook to help developers get started with Eigen quickly.☆30Feb 18, 2020Updated 6 years ago
- Chi's implementation of BMVC'11 PatchMatch Stereo