Open snakeninny opened 4 months ago
2张图是:
代码如下:
from tenon import rotate_identify small_circle = "./rotated_images/107_小.png" big_circle = "./rotated_images/107_大.png" result = rotate_identify(small_circle, big_circle, 2) print(result)
返回值是:
MatchData(similar=0.5062222480773926, inner_rotate_angle=0.5, total_rotate_angle=1)
我应该从哪个参数判断2张图是否匹配了呢?谢谢!
可以使用rotate_identify_and_show_image旋转验证码调试方法,输出旋转后图片
2张图是:
代码如下:
返回值是:
我应该从哪个参数判断2张图是否匹配了呢?谢谢!