当前位置:网站首页>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:边栏推荐
- 打印出来的对象是[object object],解决方法
- 基于QingCloud的 “房地一体” 云解决方案
- Using ngrok for intranet penetration
- Rsync for file backup
- Change SSH port number
- Battle history between redis and me under billion level traffic
- 偶然间得到的framework工具类 自用
- Shell basic operator -- arithmetic operator
- 小黑ai4code代码baseline啃食1
- Jenkins自动化部署,连接不到所依赖的服务【已解决】
猜你喜欢

为什么ping不通,而traceroute却可以通

【团队管理】测试团队绩效管理的25点小建议

2022.06.23(LC_144,94,145_二叉树的前序、中序、后序遍历)

一文详解|增长那些事儿

Distributed | how to make "secret calls" with dble

Vscode install the remote -wsl plug-in to connect to the local WSL

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

Centos7 installation of jdk8, mysql5.7 and Navicat connection to virtual machine MySQL and solutions (solutions to MySQL download errors are attached)

【MySQL从入门到精通】【高级篇】(一)字符集的修改与底层原理

OpenCV每日函数 结构分析和形状描述符(7) 寻找多边形(轮廓)/旋转矩形交集
随机推荐
Glusterfs replacement failure brick
WebRTC系列-网络传输之5选择最优connection切换
提高INSERT速度
Earthly container image construction tool -- the road to dream
Battle history between redis and me under billion level traffic
Deep learning and neural networks: the six most noteworthy trends
Xtrabackup for data backup
Rescue system -- the application of read-write separation
[team management] 25 tips for testing team performance management
1704. 判断字符串的两半是否相似
项目部署相关
分布式 | 如何与 DBLE 进行“秘密通话”
rpiplay实现树莓派AirPlay投屏器
2020中国全国各省市,三级联动数据,数据机构(数据来自国家统计局官网)
双指针模拟
Rsync for file backup
xargs使用技巧 —— 筑梦之路
【NOI模拟赛】给国与时光鸡(构造)
【MySQL从入门到精通】【高级篇】(一)字符集的修改与底层原理
IDEA另起一行快捷键