• 大小: 0.74KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-03-01
  • 语言: Python
  • 标签: python  py  水印  

资源简介

Python去水印(基于cv2)

资源截图

代码片段和文件信息

import cv2
import numpy as np
path = “路径.格式“   #记得不要有中文路径

img = cv2.imread(path)
heightwidth = img.shape[0:2]
#开始操作
thresh = cv2.inRange( imgnp.array([000])np.array([192192192]) )
scan = np.ones( (33)np.uint8)
cor = cv2.dilate(threshscaniterations=1)
specular = cv2.inpaint(imgcor5flags=cv2.INPAINT_T

评论

共有 条评论