图像去水印算法

1.《On the Effectiveness of Visible Watermarks》非常强大的去水印方法,https://watermark-cvpr17.github.io/,
2.不是作者开发的源码,但是已经实现其功能。https://github.com/rohitrango/automatic-watermark-detection,主是是调用到opencv里面的库,部分用到了tensorflow里面的函数,算法倒不是很复杂,都是些常用的一些算法。

你可能感兴趣的:(图像去水印)