sift_matcher.py 文件源码

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

项目:ocular 作者: wolfd 项目源码 文件源码
def get_features_good(self, frame_gray):
        """
        Jianbo Shi and Carlo Tomasi wrote a paper in 1994 called
        "Good features to track", so now it's called that in OpenCV.
        """
        strong_corners = cv2.goodFeaturesToTrack(
            frame_gray,
            mask=None,
            **self.feature_params
        )

        return strong_corners
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号