util.py 文件源码

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

项目:calibration 作者: ciechowoj 项目源码 文件源码
def find_frame_of_reference(target, source):
    target = copy(target)
    source = copy(source[:, :target.shape[1]])

    target /= target[3,:]
    source /= source[3,:]

    return dot(linalg.pinv(source.T), target.T).T
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号