摘要:
import cv2import numpy as npimport mathimport randomimg = cv2.imread('D:/pythonob/imageinpaint/img/zidan.jpg',1)imgInfo = img.shapeheight = imgInfo[0]width = imgInfo[1]gray = cv2.cvtColor(img,cv2.COLO 阅读全文
posted @ 2019-09-04 16:10
Bambo0
阅读(206)
评论(0)
推荐(0)

浙公网安备 33010602011771号