摘要: https://blog.csdn.net/program_developer/article/details/79636197 阅读全文
posted @ 2018-11-13 14:34 katago 阅读(2291) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/50792812/how-to-remove-watermark-background-in-image-python 阅读全文
posted @ 2018-11-13 14:27 katago 阅读(473) 评论(0) 推荐(0)
摘要: https://docs.opencv.org/3.0-beta/doc/py_tutorials/py_imgproc/py_template_matching/py_template_matching.html 图片中找人游戏 https://machinelearningmastery.com/using-opencv-python-and-template-matching-to-... 阅读全文
posted @ 2018-11-13 14:26 katago 阅读(294) 评论(0) 推荐(0)
摘要: 1. 基于 inpaint 方法(网上的方法,处理质量较低) 算法理论:基于Telea在2004年提出的基于快速行进的修复算法(FMM算法),先处理待修复区域边缘上的像素点,然后层层向内推进,直到修复完所有的像素点 处理方式:由ui人员制作出黑底白色水印且相同位置的水印蒙版图(必须单通道灰度图),然后使用inpaint方法处理原始图像,具体使用时可把水印区放粗,这样处理效果会好点 ... 阅读全文
posted @ 2018-11-13 12:55 katago 阅读(1629) 评论(0) 推荐(0)