【发布时间】:2018-09-25 15:48:39
【问题描述】:
我有两个相机矩阵
P_1 = K_1 | [R_1|t_1]
P_2 = K_2 | [R_2|t_2]
HZ 13.2 表示您可以使用以下公式从两个姿势计算单应性:
https://www.dropbox.com/s/bp68pw2fm4nxwg8/Screenshot%202018-03-23%2020.18.09.png?dl=0
我有两个问题:
n^t/d是从平面到相机中心之一的归一化矢量,那么我如何获得P_1或P_2的相机中心如何从
P_1和P_2获取R和t
【问题讨论】:
标签: python opencv homography