自学python-opencv(1)模式识别
摘要:
import cv2import numpy as npdef template_demo(): tpl=cv2.imread('./images/ting.png') target=cv2.imread("./images/timg.bmp") cv2.imshow("template image 阅读全文
posted @ 2020-09-24 18:08 451xxx 阅读(157) 评论(0) 推荐(0)
浙公网安备 33010602011771号