当前位置:网站首页>Determination of monocular and binocular 3D coordinates
Determination of monocular and binocular 3D coordinates
2022-06-24 08:49:00 【Master Ma】
1、 3D coordinate calculation
// Left camera intrinsic parameter matrix
float leftIntrinsic[3][3] = { 1474.84107104330, -0.00321871344116866, 654.395068297042,
0, 1474.82163568531, 491.277561988847,
0, 0, 1 };
// Distortion coefficient of left camera
float leftDistortion[1][5] = { -0.135390683382819, 0.133022010409548, 0.000407393933022971,0.000191027564674195, 0 };
// Left camera rotation matrix
float leftRotation[3][3] = { 1, 0, 0,
0, 1, 0,
0, 0, 1 };
// Left camera translation vector
float leftTranslation[1][3] = { 0, 0, 0 };
// Right camera intrinsic parameter matrix
float rightIntrinsic[3][3] = { 1474.84107104330, -0.00321871344116866, 654.395068297042,
0, 1474.82163568531, 491.277561988847,
0, 0, 1 };
// Distortion coefficient of right camera
float rightDistortion[1][5] = { -0.135390683382819, 0.133022010409548, 0.000407393933022971,0.000191027564674195, 0 };
// Right camera rotation matrix
float rightRotation[3][3] = { 0.9989, -0.0416, -0.0230,
0.0407, 0.9984, -0.0383,
0.0245, 0.0373, 0.9990};
// Right camera translation vector
float rightTranslation[1][3] = { -77.4641, -5.3798, 16.4835};
//************************************
// Description:边栏推荐
猜你喜欢

WebRTC系列-网络传输之5选择最优connection切换

什么是SRE?一文详解SRE运维体系

关于ETL看这篇文章就够了,三分钟让你明白什么是ETL
![Jenkins is deployed automatically and cannot connect to the dependent service [solved]](/img/fe/f294955a9bdf7492aab360e44e052d.png)
Jenkins is deployed automatically and cannot connect to the dependent service [solved]

Why can ping fail while traceroute can

什么是图神经网络?图神经网络有什么用?

教程篇(5.0) 08. Fortinet安全架构集成与FortiXDR * FortiEDR * Fortinet 网络安全专家 NSE 5

every()、map()、forEarch()方法。数组里面有对象的情况

110. 平衡二叉树-递归法

分布式 | 如何与 DBLE 进行“秘密通话”
随机推荐
GradScaler MaxClipGradScaler
Qt源码分析--QObject(2)
【团队管理】测试团队绩效管理的25点小建议
lombok 使用
One article explains in detail | those things about growth
Why can ping fail while traceroute can
基于QingCloud的地理信息企业研发云解决方案
Pymysql inserts data into MySQL and reports an error for no reason
Liunx change the port number of vsftpd
Shell basic operators -- relational operators
教程篇(5.0) 08. Fortinet安全架构集成与FortiXDR * FortiEDR * Fortinet 网络安全专家 NSE 5
什么是图神经网络?图神经网络有什么用?
Liunx Mysql安装
Send custom events in QT
Centos7 installation of jdk8, mysql5.7 and Navicat connection to virtual machine MySQL and solutions (solutions to MySQL download errors are attached)
双指针模拟
Picture tools
小程序wx.show
Xtrabackup for data backup
Video Fusion communication has become an inevitable trend of emergency command communication. How to realize it based on easyrtc?