预测水印
zhangxiying opened this issue · 5 comments
zhangxiying commented
作者您好,请教个问题,在预测水印时您有一个判断假如少于等于5直接返回,大于5增强水印,麻烦讲一下这块的逻辑吧,这个增强是怎么增强的呢?
Kamino666 commented
可以参考论文中3.4节所述哦
Kamino666 commented
https://github.com/Kamino666/watermark-tracer/blob/master/paper/Watermark_Trace.pdf
T. Dekel, M. Rubinstein, C. Liu and W. T. Freeman, "On the Effectiveness of Visible Watermarks," 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 2017, pp. 6864-6872
zhangxiying commented
感谢作者的解答,您做水印增强是为了提取出水印文字作为溯源的参数是吗
Kamino666 commented
对的,不然直接出来的图有噪声干扰
zhangxiying commented
非常感谢您的解答