Python 处理图像水印

使用到了opencv库 安装有点麻烦 win7python import cv2 from threading import Thread path = "C:\\Users\\GenteelDevil\\Desktop\\picture\\" def One(name1,name2): img = cv2.imread(name1) x,y,z = img.shape
相关文章
相关标签/搜索