相机标定内外参求解

Posted yantuguiguziPGJ

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了相机标定内外参求解相关的知识,希望对你有一定的参考价值。

1.理论

 2D坐标系与3D坐标系的相互转换--python实现_cuihaoren01的博客-CSDN博客_二维点映射到三维

(164条消息) 基础矩阵,本质矩阵,单应性矩阵讲解_Being_young的博客-CSDN博客

(164条消息) Ceres详解(一) Problem类_yuntian_li的博客-CSDN博客_addresidualblock

​2.实践

opencv/fisheye.hpp at 4.x · opencv/opencv · GitHub
opencv/apps/interactive-calibration at 4.x · opencv/opencv · GitHub

相机位姿估计3:根据两幅图像的位姿估计结果求某点的世界坐标 - V·Shawn - 博客园 (cnblogs.com)
Fork VShawn/Shawn_pose_estimation_by_opencv (github.com)

https://eigen.tuxfamily.org/dox/AsciiQuickReference.txt

Armadillo: C++ library for linear algebra & scientific computing - API Documentation (sourceforge.net)


SLAM本质剖析-G2O - 古月居
从零开始学SLAM: Ceres/G2O求解优化问题 - 代码先锋网

qxiaofan/awesome-slambook2: 主要是在高博的《视觉SLAM十四讲》提供的实践代码基础上,加入一些自己平时会用到的代码。 (github.com)
https://github.com/Keyran-H/camera-calibration
https://github.com/ceres-solver/ceres-solver/blob/master/examples/libmv_bundle_adjuster.cc

vcpkg: vcpkg国内镜像

计算机视觉life团队注释的中文代码

链接:https://www.zhihu.com/question/536465868/answer/2555802704

ORB-SLAM2注释代码:https://github.com/electech6/ORB_SLAM2_detailed_comments

ORB-SLAM3注释代码:https://github.com/electech6/ORB_SLAM3_detailed_comments

Cartographer注释代码:https://github.com/xiangli0608/cartographer_detailed_comments_ws

VINS-Mono注释代码:https://github.com/xieqi1/VINS-Mono-noted

VINS-Fusion注释代码:https://github.com/xieqi1/VINS-Fusion-noted

几何三维重建注释代码:https://github.com/electech6/openMVS_comments

ALOAM注释代码:https://github.com/xieqi1/a-loam-noted

LIO-SAM注释代码:https://github.com/xieqi1/lio-sam-noted

LVI-SAM注释代码:https://github.com/electech6/LVI-SAM_detailed_comments

机器人运动规划注释代码:https://github.com/felderstehost/ros-navigation-noetic

以上是关于相机标定内外参求解的主要内容,如果未能解决你的问题,请参考以下文章

计算机视觉——相机内外参、相机标定

计算机视觉|针孔成像,相机内外参及相机标定,矫正的重要性

如何不用标定板来确定相机的外参矩阵

Python OpenCV 单目相机标定坐标转换相关代码(包括鱼眼相机)

光平面标定法

自动驾驶感知算法实战2——车载相机及图像处理