摘要: import cv2 import numpy as np path = "_holefill.jpg" img = cv2.imread(path) gray = cv2.cvtColor(img, cv2.COLOR_BGR2GRAY)#转换成灰度图 ret, thresh = cv2.thre 阅读全文
posted @ 2019-11-10 18:32 清热降火 阅读(4913) 评论(1) 推荐(0) 编辑