News

print(cv2.matchShapes(a, template_a, 1, 0.0)) # 0.02557(最相似) print(cv2.matchShapes(b, template_a, 1, 0.0)) # 0.80585 print(cv2.matchShapes(c, template_a, 1, 0.0 ...