摘要:
import cv2 import numpy as np import matplotlib.pyplot as plt #若是画图像plt是RGB的与cv2不同 img=cv2.imread('C:/Users/59925/Desktop/pytest/pics/eye.jpg')#把图片读取成 阅读全文
posted @ 2023-06-17 20:34
Aneverforget
阅读(25)
评论(0)
推荐(0)
摘要:
-逐个比较像素点之间差异 import cv2 import numpy as np img=cv2.imread('C:/Users/59925/Desktop/pytest/pics/minions-s.jpg',0)#把图片读取成灰度图 template=cv2.imread('C:/User 阅读全文
posted @ 2023-06-17 17:21
Aneverforget
阅读(39)
评论(0)
推荐(0)