suqinglee / Calib3D
OpenCV-Python 双目相机标定和立体匹配
☆21Updated 3 years ago
Alternatives and similar repositories for Calib3D:
Users that are interested in Calib3D are comparing it to the libraries listed below
- 相机内参标定和双目标定, 支持多种相机模型和多种标定板,☆135Updated 3 years ago
- 从零搭建一套结构光3D重建系统 [理论+源码+实践]☆76Updated 2 years ago
- 实现了双目立体视觉标定(畸变与极线矫正)、深度图计算、获取像素点的空间坐标、三维点云显示。a simple demon of constructing a 3D pointcloud using stereo camera and it's depth map☆45Updated 3 years ago
- 基于SIFT特征匹配的双目立体视觉测距☆66Updated 5 years ago
- 一个将Astra pro深度相机采集到的图像信息转换为三维点云的简单项目。项目中同时包括了Astra Pro RGBD相机标定、图像&视频采集的代码。A simple demon to convert the Depth&RGB information capture by…☆31Updated 3 years ago
- 基于opencv的双目视觉进行三维物体测量☆22Updated 6 years ago
- 1.相机模型标定(鱼眼相机,普通相机);2.立体相机标定与极线矫正;3.RGB(/灰度)相机与深度相机(tof)标定,数据融合;4.外参标定☆41Updated 11 months ago
- This project accomplishes the task of 3D reconstruction based on binocular stereo vision. It realizes the entire process from camera cali…☆27Updated last year
- 单目标定+双目标定+深度图获取+三维坐标计算☆33Updated 6 years ago
- 通过双目视觉测距☆69Updated 8 years ago
- 使用Surf特征对图像进行特征检测,RANSAC剔除误匹配,对两帧RGBD数据进行点云配准☆40Updated 6 years ago
- 《立体视觉入门指南》 代码, c++ code for StereoV3D course☆198Updated last year
- 实现摄像头的标定,双目摄像头的立体矫正、获取深度图和点云坐标,估计三维重建后的体积☆69Updated 6 years ago
- 基于python的双目立体视觉及三维重建☆39Updated 2 years ago
- Python&OpenCV实现单目相机标定和双目相机标定☆10Updated 3 years ago
- sgbm立体匹配算法☆18Updated 4 years ago
- 基于YOLOv3和brox光流的运动目标检测算法,对动态背景进行了运动补偿☆15Updated 5 years ago
- 存放之前使用c++编写的双目立体视觉三维重建的相关代码和文件☆96Updated 6 years ago
- 3D目标检测与位姿估计学习笔记☆273Updated 3 months ago
- A toolkit for monocular/binocular camera (self-)calibration and rectification.☆54Updated 3 years ago
- sgbm立体匹配算法以及生成点云☆12Updated 4 years ago
- 这是一个基于CUDA加速的快速立体匹配库,它的核心是SemiglobalMatching(SGM)算法,它不仅在时间效率上要远远优于基于CPU的常规SGM,而且占用明显更少的内存,这意味着它不仅可以在较低分辨率(百万级)图像上达到实时的帧率,且完全具备处理千万级甚至更高量级…☆117Updated last year
- 双目测距,double camera distance measurement,机器视觉,立体视觉,立体相机☆117Updated 5 years ago
- 这个代码库存放了个人学习结构光三维重建的学习内容和代码,旨在分享和交流,帮助其他对该主题感兴趣的人。如有问题或建议,欢迎联系我!(This repository contains personal learning materials and code related to…☆20Updated last year
- 双目测距,即利用左右相机拍摄同一物体获得的不同视差来判断物体到摄像机的距离,这其中涉及摄像机标定、极线恢复、校正、立体匹配等算法☆33Updated 7 years ago
- ☆97Updated 4 years ago
- Binocular camera calibration and rectification using OpenCV.☆12Updated 3 years ago
- cuda 加速3D点云算法库,持续更新(含cudaicp,glfw点云可视化等)☆14Updated 2 years ago
- 6D pose estimation algorithm☆64Updated last year
- 3D-2D match,to solve the problem of pnp.use opencv and solvepnp function.相机位姿估计,pnp问题求解☆76Updated 6 years ago