Home

Awesome

Digital-Image-Watermarking

Digital Image Watermarking method based on hybrid DWT-HD-SVD Technique: Attacks, PSNR, SSIM, NC

View Digital-Image-Watermarking on File Exchange

About

Watermarking is identified as a major means to achieve copyright protection. It is technology of information hiding which is used to hide dedicated data in digital media like images, musics, videos etc. The main goal of this project is to provide basic watermark toolbox for researchers to evaluate watermarking methods under various attacks.

The simulation is based on the IEEE Access journal, An Optimized Image Watermarking Method Based on HD and SVD in DWT Domain. The following methods are used:

First, in the embedding process, the host image is modified to embed watermark image. Different attacks are applied to evaluate the robustness and invisibility of the proposed method by considering peak signal-to-noise ratio (PSNR), and structural similarity (SSIM). Finally, the watermark image is extracted, and the robustness is evaluated considering normalized correlation (NC).

Attacks

The following attacks are considred:

AttackSpecification
Filter attackMedian filter (3 × 3)
Gaussian Low-pass filter (3 × 3)
Average filter (3 × 3)
Noise attackGaussian noise ( var = 0.001)
Salt & peppers noise (0.001)
Speckle noise (0.001)
Compression attackJPEG compression (QF=50)
JPEG2000 compression (CR=12)
Histogram equalization (HE)HE attack
Motion Blur attackMotion blur (theta = 4, Len = 7)
Sharpening attackSharpening (strength = 0.8)
Rotation attackRotation (2 degree)

Getting started

Support

If you find this repository helpful, please star and fork it to support me.

Contribution

Contributions are always welcome!

  1. Fork the repository.
  2. Apply your edits on your fork.
  3. If you are going to add a new method, please use same syntax and structure.
  4. Commit the changes to your forked repository.
  5. Submit a pull request adding details about your modification.

Thanks for your suggestions!

Contact

For questions, please open a new issue in the issues list.

Reference

J. Liu et al., "An Optimized Image Watermarking Method Based on HD and SVD in DWT Domain," in IEEE Access, vol. 7, pp. 80849-80860, 2019. Cite

License

This project is distributed under Apache License 2.0