Skip to content

devrugu/digital-watermarking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

digital-watermarking

This project is for protecting the data authenticity of images. I used Ping Wah Wong's algorithm for watermark insertion and extraction.[1] The only difference of the program from the Wong's algorithm is that it does not include the public key encryption part but I will add that part in the future.

Below image shows the watermark insertion algorithm: image

Below image shows the watermark extraction algorithm: image

host image:

host

watermark image:

watermark

watermarked image:

watermarked_image

manipulated watermarked image: (numbers on the receipt are manipulated)

watermarked_image

extracted watermark image: (shows the manipulations)

extracted_watermark

Check the code for more information.

references

[1] P. W. Wong, “A Public Key Watermark for Image Verification and Authentication” May 1998. (https://ieeexplore.ieee.org/document/723526)

About

Fragile Watermarking algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages