triangulate.py 文件源码

python
阅读 34 收藏 0 点赞 0 评论 0

项目:Stereo-Pose-Machines 作者: ppwwyyxx 项目源码 文件源码
def __init__(self, K,R,t):
        self.K = K
        self.R = R
        self.t = t
        self.invR = self.R.T
        self.P = np.matmul(self.K,
                np.concatenate((self.R, self.t.reshape((3,1))), axis=1))
        self.invP3 = la.inv(self.P[:3,:3])
        self.center = np.matmul(-self.invP3, self.P[:3,3])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号