Stars
[TPAMI 2024 & CVPR 2022] Attention Concatenation Volume for Accurate and Efficient Stereo Matching
Python library to open the results of the Bouguet Calibration toolbox. That toolbox is the only remaining reason I resort to using MATLAB; this library allows me to import the results in python eas…
A collection of state-of-the-art image quality assessment algorithms
Image quality is an open source software library for Image Quality Assessment (IQA).
Python bindings to the pointcloud library (pcl)
Integrating ChatGPT into your browser deeply, everything you need is here
Non-official Pytorch implementation of the CREStereo(CVPR 2022 Oral).
Official MegEngine implementation of CREStereo(CVPR 2022 Oral).
AD-Census立体匹配算法,中国学者Xing Mei等人研究成果(Respect!),算法效率高、效果出色,适合硬件加速,Intel RealSense D400 Stereo模块算法。完整实现,代码规范,注释清晰,欢迎star!
simple implement and distance measure
https://www.microsoft.com/en-us/research/wp-content/uploads/2011/01/PatchMatchStereo_BMVC2011_6MB.pdf
Implementation of Fast Cost-Volume Filtering for Visual Correspondence and Beyond with Python
GA-Net: Guided Aggregation Net for End-to-end Stereo Matching
[TPAMI'23] Unifying Flow, Stereo and Depth Estimation
Hierarchical Neural Architecture Searchfor Deep Stereo Matching (NeurIPS 2020)
DeepPruner: Learning Efficient Stereo Matching via Differentiable PatchMatch (ICCV 2019)
Hierarchical Deep Stereo Matching on High Resolution Images, CVPR 2019.
双目立体视觉是计算机视觉范畴的核心之一,它利用双目相机来获得目标物体的图像,经过物体图像处理 之后得到目标物体所在场景环境的三维信息,最终实现非接触条件下测距,简单便捷。本次毕业设计主要内容为研究 基于双目立体视觉平台上的图像匹配以及目标物体的距离测量技术,图像特征提取部分研究了 SIFT 算法和 SURF 算 法,特征匹配部分研究了 BF 法和 FLANN 法,距离测量研究主要通过视差深度…