当前位置:网站首页>罗德里格斯公式(Rodrigues‘ Rotation Formula)推导
罗德里格斯公式(Rodrigues‘ Rotation Formula)推导
2022-08-02 02:20:00 【诺有缸的高飞鸟】
写在前面
1、本文内容
罗德里格斯公式(Rodrigues’ Rotation Formula)推导
2、转载请注明出处:
https://blog.csdn.net/qq_41102371/article/details/125984085
罗德里格斯公式
推导
先放这,有空来推一遍
几种表达方式
K K K是 k k k的叉乘矩阵,即 K = k ∧ \mathbf{K}=k^{\land} K=k∧,( k k k的叉乘矩阵也可表示为 k × k_{\times} k×)
1、
R = I + ( 1 − cos θ ) K 2 + ( sin θ ) K \mathbf{R}=\mathbf{I}+(1-\cos\theta)\mathbf{K}^2+(\sin\theta)\mathbf{K} R=I+(1−cosθ)K2+(sinθ)K
2、
由 K 2 = k ∧ k ∧ = k k T − I \mathbf{K}^2=k^{\land}k^{\land}=kk^T-\mathbf{I} K2=k∧k∧=kkT−I
可得
R = I + ( 1 − cos θ ) ( k k T − I ) + ( sin θ ) k ∧ = cos θ I + ( 1 − cos θ ) k k T + ( sin θ ) k ∧ \begin{aligned} \mathbf{R}&=\mathbf{I}+(1-\cos\theta)(kk^T-\mathbf{I})+(\sin\theta)k^{\land}\\ &=\cos\theta\mathbf{I}+(1-\cos\theta)kk^T+(\sin\theta)k^{\land} \end{aligned} R=I+(1−cosθ)(kkT−I)+(sinθ)k∧=cosθI+(1−cosθ)kkT+(sinθ)k∧
3、
高博的14讲中推导了指数映射
R = e x p ( θ k ∧ ) = cos θ I + ( 1 − cos θ ) k k T + ( sin θ ) k ∧ \mathbf{R}=exp(\theta k^{\land})=\cos\theta\mathbf{I}+(1-\cos\theta)kk^T+(\sin\theta)k^{\land} R=exp(θk∧)=cosθI+(1−cosθ)kkT+(sinθ)k∧
参考
https://en.wikipedia.org/wiki/Rodrigues’_rotation_formula
罗德里格斯公式(Rodrigues Formula) https://blog.csdn.net/weixin_40215443/article/details/123950141
二维xy坐标旋转 https://blog.csdn.net/qq_41102371/article/details/116245483#t4
完
如有错漏,敬请指正
--------------------------------------------------------------------------------------------202207
边栏推荐
- A good book for newcomers to the workplace
- 使用DBeaver进行mysql数据备份与恢复
- Can Youxuan database import wrongly be restored?
- Redis for distributed applications in Golang
- PHP uses PHPRedis and Predis
- 【web】理解 Cookie 和 Session 机制
- AI target segmentation capability for fast video cutout without green screen
- Pinduoduo leverages the consumer expo to promote the upgrading of domestic agricultural products brands and keep pace with international high-quality agricultural products
- 2022 NPDP take an examination of how the results?How to query?
- [ORB_SLAM2] SetPose, UpdatePoseMatrices
猜你喜欢
Talking about the "horizontal, vertical and vertical" development trend of domestic ERP
[LeetCode Daily Question]——654. The largest binary tree
NAS和私有云盘的区别?1篇文章说清楚
AOF rewrite
【LeetCode每日一题】——654.最大二叉树
2022河南青训联赛第(三)场
Project Background Technology Express
Oracle19c安装图文教程
How to adjust the cross cursor too small, CAD dream drawing calculation skills
Handwritten Blog Platform ~ Day Two
随机推荐
Check if IP or port is blocked
个人博客系统项目测试
LeetCode Brushing Diary: 74. Searching 2D Matrix
菜刀webshell特征分析
Redis Persistence - RDB and AOF
Golang分布式应用之定时任务
Rasa 3 x learning series - Rasa - 4873 dispatcher Issues. Utter_message study notes
【Unity入门计划】2D Game Kit:初步了解2D游戏组成
LeetCode brushing diary: 33. Search and rotate sorted array
JVM调优实战
局部敏感哈希:如何在常数时间内搜索Embedding最近邻
CodeTon Round 2 D. Magical Array
[Server data recovery] Data recovery case of server Raid5 array mdisk disk offline
nacos startup error, the database has been configured, stand-alone startup
"NetEase Internship" Weekly Diary (3)
2022-07-30 mysql8执行慢SQL-Q17分析
A good book for newcomers to the workplace
oracle查询扫描全表和走索引
通用客户端架构
swift项目,sqlcipher3 -> 4,无法打开旧版数据库有办法解决吗