当前位置:网站首页>Camera projection matrix calculation
Camera projection matrix calculation
2022-06-24 08:48:00 【Master Ma】
The code is as follows :
% A=[3 1 -1;1 2 4;-1 4 5];
% B=[3.6;2.1;-1.4];
% x1=A\B
% x2=inv(A)*B
% x3=linsolve(A,B)
% [x1 x2 x3]=solve('3*x1+x2-x3=3.6','x1+2*x2+4*x3=2.1','-x1+4*x2+5*x3=-1.4')
% x4=pinv(A)*B
%P1:
Xw1 = 205.00
Yw1 = -440.54
Zw1 = -447.37
Xf1 = 186
Yf1 = 251
Xf11 = 156
Yf11 = 264
%P2:
Xw2 = -44.54
Yw2 = -451.89
Zw2 = -449.94
Xf2 = 1134
Yf2 = 216
Xf22 = 1112
Yf22 = 192
%P3:
Xw3 = -49.82
Yw3 = -318.58
Zw3 = -449.15
Xf3 = 1154
Yf3 = 708
Xf33 = 1177
Yf33 = 694
%P4:
Xw4 = 198.94
Yw4 = -310.24
Zw4 = -447.11
Xf4 = 213
Yf4 = 768
Xf44 = 189
Yf44 = 796
%P5:
Xw5 = 202.16
Yw5 = -375.33
Zw5 = -492.73
Xf5 = 232
Yf5 = 503
Xf55 = 209
Yf55 = 538
%P6:
Xw6 = -47.20
Yw6 = -384.22
Zw6 = -495.11
Xf6 = 1086
Yf6 = 463
Xf66 = 108边栏推荐
- Easynvr and easyrtc platforms use go language to manage projects. Summary of the use of govendor and gomod
- Redis cluster data skew
- PHP代码加密+扩展解密实战
- Summary of methods in numpy
- 【NOI模拟赛】给国与时光鸡(构造)
- Xiaohei ai4code code baseline nibble 1
- input的聚焦后的边框问题
- lombok 使用
- 数据库迁移从PostgreSQL迁移到 MYSQL
- There was an error checking the latest version of pip
猜你喜欢

数据中台:数据中台技术架构详解

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

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

MySQL | 存储《康师傅MySQL从入门到高级》笔记

OpenCV每日函数 结构分析和形状描述符(7) 寻找多边形(轮廓)/旋转矩形交集

Background management of uniapp hot update

疫情、失业,2022,我们高喊着摆烂和躺平!
![打印出来的对象是[object object],解决方法](/img/fc/9199e26b827a1c6304fcd250f2301e.png)
打印出来的对象是[object object],解决方法

Detailed explanation of Base64 coding and its variants (to solve the problem that the plus sign changes into a space in the URL)

ZUCC_ Principles of compiling language and compilation_ Experiment 0607 grammar analysis ll analysis
随机推荐
Detailed explanation of Base64 coding and its variants (to solve the problem that the plus sign changes into a space in the URL)
PHP code encryption + extended decryption practice
dataX使用指南
2021-05-20computed和watch应用与区别
项目部署相关
leetcode 1642. Furthest building you can reach
Prompt code when MySQL inserts Chinese data due to character set problems: 1366
2022 spring recruitment interview summary
Earthly container image construction tool -- the road to dream
Rescue system -- the application of read-write separation
One article explains in detail | those things about growth
win11在cmder中使用vim查看内容的时候空白
分布式 | 如何与 DBLE 进行“秘密通话”
What is the future development trend of Business Intelligence BI
解析互联网广告术语 CPM、CPC、CPA、CPS、CPL、CPR 是什么意思
leetcode 1268. Search Suggestions System(搜索推荐系统)
数据中台:数据中台技术架构详解
Qt 中发送自定义事件
Introduction to data platform
lombok 使用