vo.py 文件源码

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

项目:prototype 作者: chutsu 项目源码 文件源码
def __init__(self, fx, cx, cy):
        self.last_frame = None
        self.R = None
        self.t = None
        self.px_ref = None
        self.px_cur = None
        self.focal = fx
        self.pp = (cx, cy)
        self.detector = cv2.FastFeatureDetector_create(threshold=25,
                                                       nonmaxSuppression=True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号