blind-watermark

通过傅里叶变换添加到频域的水印。「Watermark added to the frequency domain by Fourier transform」

Github星跟踪图

blind-watermark

This was written in Python2.7
Python3 Version

Usage

python encode.py --image <image file> --watermark <watermark file> --result <result file>

python decode.py --original <original image file> --image <image file> --result <result file>

Use --alpha to change the alpha (default 5.0).

Example

encode:

original image
image

watermark
image

python encode.py --image ori.png --watermark watermark.png --result res.png

result
image

decode:

python decode.py --original ori.png --image res.png --result extract.png

watermark
image

主要指标

概览
名称与所有者linyacool/blind-watermark
主编程语言Python
编程语言Python (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-11-26 13:30:42
推送于2021-06-10 21:59:13
最后一次提交2018-04-24 22:43:57
发布数0
用户参与
星数508
关注者数20
派生数107
提交数18
已启用问题?
问题数8
打开的问题数6
拉请求数2
打开的拉请求数2
关闭的拉请求数2
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?