当前位置:网站首页>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:边栏推荐
- 数据中台:数据中台技术架构详解
- The pie chart with dimension lines can set various parameter options
- uniapp 热更新后台管理
- Send custom events in QT
- 利用ngrok做内网穿透
- Win11 blank when using VIM to view content in cmder
- Deep learning and neural networks: the six most noteworthy trends
- orb slam build bug: undefined reference to symbol ‘_ ZN5boost6system15system_ categoryEv‘
- Base64编码详解及其变种(解决加号在URL变空格问题)
- Application of tidb in Netease games
猜你喜欢

【NOI模拟赛】寄(树形DP)
![[explain the difference between operation and maintenance and network engineering]](/img/2b/945f468588e729336e2e973e777623.jpg)
[explain the difference between operation and maintenance and network engineering]

ZUCC_ Principles of compiling language and compilation_ Experiment 0607 grammar analysis ll analysis

K8S部署高可用postgresql集群 —— 筑梦之路

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

rpiplay实现树莓派AirPlay投屏器

MySQL 因字符集问题插入中文数据时提示代码 :1366

Xiaohei ai4code code baseline nibble 1

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

關於ETL看這篇文章就够了,三分鐘讓你明白什麼是ETL
随机推荐
What is the future development trend of Business Intelligence BI
Earthly container image construction tool -- the road to dream
快慢指针系列
Using ngrok for intranet penetration
基于单片机开发的酒精浓度测试仪方案
Mysql数据(Liunx环境)定时备份
Xiaohei ai4code code baseline nibble 1
关于ETL看这篇文章就够了,三分钟让你明白什么是ETL
The form image uploaded in chorme cannot view the binary image information of the request body
Get screen width and height tool class
liunx服务器 telnet 带用户名 端口登陆方法
打印出来的对象是[object object],解决方法
Shell array
liunx 更改 vsftpd 的端口号
leetcode 1268. Search suggestions system
为什么ping不通,而traceroute却可以通
[life thinking] planning and self-discipline
[10 day SQL introduction] Day2
不能改变虚拟机电源状态报错解决方案
数据库迁移从PostgreSQL迁移到 MYSQL