特牛网址导航

大图识别小图_图像识别 大图像里识别小图像-CSDN博客

网友收藏
import cv2import numpy as npimport matplotlib.pyplot as pltdef check_img(sex): scale = 1 img = cv2.imread('./img/sex.png', 1)#要找的大图 img = cv2.resize(img, (0, 0), fx=scale, fy=scale) template = cv2.imread(f'./img/{sex}.png', 1)#图中的小图_图像识别 大图像里识别小图像