如何将相机坐标转换为世界坐标使用OpenCV
使用OpenCV slovepnp func Input world sopto world coortion socoration
R = np.array([[-0.0813445156856268], [-2.5478950926311636], [1.7376856594745234]], dtype=np.float32)
T = np.array([[10.838262901867047], [-6.506593974297687], [60.308121310607724]], dtype=np.float32)
coortiat已经测量了
世界坐标系统点 - >相机坐标系点
0, 0 ,0 -> [11.052, -6.596, 60.9]
13, 0, 0 -> [-2.142, -5.628, 61.3]
13, 0, 13.5 -> [-2.668, -17.547, 56.2] : possible Error 2 cm
如何使用R,T向量转换为世界坐标系?
use opencv slovePNP func input world coordinate four point get R and T
R = np.array([[-0.0813445156856268], [-2.5478950926311636], [1.7376856594745234]], dtype=np.float32)
T = np.array([[10.838262901867047], [-6.506593974297687], [60.308121310607724]], dtype=np.float32)
The following corresponding data have been measured
World coordinate system point -> camera coordinate system point
0, 0 ,0 -> [11.052, -6.596, 60.9]
13, 0, 0 -> [-2.142, -5.628, 61.3]
13, 0, 13.5 -> [-2.668, -17.547, 56.2] : possible Error 2 cm
How do I convert the camera coordinate system to the world coordinate system using R,T vector?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了转换公式
I have found the conversion formula