简体   繁体   English

使用python检测和删除水印

[英]detecting and removing watermark using python

I have question about python image processing, Are there any method to detecting watermark and also deleting or removing the watermark? 我对python图像处理有疑问,是否有检测水印以及删除或删除水印的方法?

for ex. 对于前。 like this image 喜欢这张图片

http://blackstead.com/wp-content/uploads/2013/06/SWG-33-1-Hawthorn-Watermark-1024-14.jpg http://blackstead.com/wp-content/uploads/2013/06/SWG-33-1-Hawthorn-Watermark-1024-14.jpg

Thank you, 谢谢,

Since the watermark is almost transperant, you can try inpainting technique to remove the watermark. 由于水印几乎是透明的,因此您可以尝试使用修复技术去除水印。 Inpainting technique reconstructs the image by filling any gaps in the image. 修复技术通过填充图像中的任何间隙来重建图像。

Please try the inpainting method in opencv: 请尝试使用opencv中的修复方法:

cv2.inpaint()

http://docs.opencv.org/3.0-beta/modules/photo/doc/inpainting.html http://docs.opencv.org/3.0-beta/modules/photo/doc/inpainting.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM