blind-watermark

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

Github stars Tracking Chart

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

Main metrics

Overview
Name With Ownerlinyacool/blind-watermark
Primary LanguagePython
Program languagePython (Language Count: 1)
Platform
License:MIT License
所有者活动
Created At2016-11-26 13:30:42
Pushed At2021-06-10 21:59:13
Last Commit At2018-04-24 22:43:57
Release Count0
用户参与
Stargazers Count508
Watchers Count20
Fork Count107
Commits Count18
Has Issues Enabled
Issues Count8
Issue Open Count6
Pull Requests Count2
Pull Requests Open Count2
Pull Requests Close Count2
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private