摘要: opencv模板匹配 import cv2 # 加载标准图像 template = cv2.imread('template.jpg') # 预处理输入图像 gray = cv2.cvtColor(template, cv2.COLOR_BGR2GRAY) gray = cv2.GaussianBl 阅读全文
posted @ 2023-05-14 19:26 西北逍遥 阅读(29) 评论(0) 推荐(0) 编辑