Digital-Image-Watermarking

授权协议 Apache-2.0 License
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 骆磊
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Digital-Image-Watermarking

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

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:

  • Discrete Wavelet Transformation (DWT)
  • Hessenberg Decomposition (HD)
  • Singular Value decomposition (SVD)

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:

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

Getting started

  • In order to make the copy of the repo, please fork it; otherwise simply Clone or Download it to your local device.
  • Run main.m file in MATLAB. It is recommended to run it section by section; otherwise you would need to wait whole code to run.
  • The initial sections merely, run code to illustrate the proposed watermarking method.
  • The mid sections, plots NC, PSNR, SSIM values for each alpha (Fig. 5, 6 and 7 paper).
  • Last sections, evaluates the invisibility and robustness of the watermarked image and extracted watermark logo, for different watermark image size under various attacks (fig. 8, 9, and 10 paper).
  • Finally, the NC value of different attack parameters are evaluated for each attack (fig. 11 paper).

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.

Authors

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

  • 1.Governments: To authenticate IDs; To deter identity theft,fraud and document counterfelting; To enhance teh value of image and video intelligence information etc.... 2.Broadcaster: To track, verify

  • 版本3下载地址 版本2下载地址 charpter 1 low-level processes:初始的操作,包括图像预处理用于减少噪声,contrast enhancement,图像锐化 mid-level processes:分割,对象的描述,个体的分类。输入是图像,输出是从图像中提取的属性 higher-level processes:包括“感知”可识别对象 image restoration,

  • 数字图像处理(Digital Image Processing) 是指用计算机处理图像,主要包括: (1)点运算:针对图像的像素进行基本数学运算。点运算可以有效的改变图像的直方图分布,可以有效提高图像的分辨率,以及图像均衡的操作。 (2)几何处理:主要包括图像的坐标 变换,图像的移动、缩小、放大、旋转,多个图像的配准以及图像扭曲校正等。图像的扭曲校正功能可以将变形的图像进行几何校正。 (3)图像增

  • Digital Watermarking is distingusihed form other techniques in three important ways. First,Watermarks are Imperceptible.Unlike bar codes,they do not  detract form the aesthetices of an image. Second,W

  • In computer science, digital image processing is the use of computer algorithms to perform image processing on digital images.[1] As a subcategory or field of digital signal processing, digital image

  • 电子科技大学(UESTC) 2017级 刘洁伟 Some applications of digital image processing in life Last semester the college conducted a freshman seminar course, a number of outstanding professors taught us the subject of

 相关资料
  • Digital Write 可以用 5 X 5 点阵的格式书写字符,它可以用在欢迎信息上。

  • digital-strategy 库是 NASA 响应总统数字战略的源头,并鼓励平民开发者用这些信息来建立应用程序及工具。

  • Digital-Forestry-Toolbox The Digital Forestry Toolbox (DFT) is collection of tools and tutorials for Matlab/Octave designed to help process and analyze remote sensing data related to forests. Document

  • 描述 图片展示组件,类似于 HTML image 标签,但提供了更丰富的功能,使用时需指定样式宽高值。 安装 $ npm install rax-image --save 属性 属性 类型 默认值 必填 描述 支持 source Object: {uri: String} - ✔️ 设置图片的 uri style Object: { width: Number height: Number } -

  • 图片操作. 支持 安装 $ npm install universal-image --save 方法 choose(options) 拍照或从本地相册中选择图片。 参数 属性 类型 默认值 必选 描述 支持 count Number 1 x 最大可选照片数 sizeType String Array ['original', 'compressed'] x original 原图,compres

  • 简介 <image> 用于在界面中显示单个图片。 TIP 在代码中请使用 <image> 标签, <img> 的存在只是因为兼容性原因,在将来的版本中可能删除。 Weex 没有内置的图片库,因为一些开源项目如 SDWebImage 和Picasso已经能很好的解决这个问题, 所以在使用 <image> 之前,请在 native 侧先接入相应的 adapter 或者 handler。参见: Andr