number_recognition.py 文件源码

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

项目:Robo-Plot 作者: JackBuck 项目源码 文件源码
def _rotate_keypoint_to_bottom_right(self, keypoint: cv2.KeyPoint) -> None:
        current_degrees = self._estimate_current_anticlockwise_degrees(keypoint)
        self._img = _rotate_image_anticlockwise_without_cropping(-current_degrees, self._img)
        self.intermediate_images.append(NamedImage(self._img.copy(), 'Rotated Image'))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号