How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

6 次查看(过去 30 天)
How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

回答(2 个)

Image Analyst
Image Analyst 2021-6-23
编辑:Image Analyst 2021-6-23
Depends on what you mean by watermarking. Do you want a visible "video bug" like television shows display in the lower corner of the screen? Or do you want a hidden one? If hidden, I'm attaching one technique called LSB watermarking in the attached demo.

Asvin Kumar
Asvin Kumar 2021-6-23
Looks like something App Designer can handle. There's a great amount of Documentation to help you out. You can shart here: Develop Apps Using App Designer.
Here's a tutorial that should help you get familiar with the environment: Create a simple App or GUI using App Designer.
Once you start developing the app, you can use the following functions :
  1. imread to read a JPEG image.
  2. imadd to add your watermark to the original image.
  3. imresize to reshape your watermark if required.

标签

产品


版本

R2021a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by