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

5 views (last 30 days)
How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

Answers (2)

Image Analyst
Image Analyst on 23 Jun 2021
Edited: Image Analyst on 23 Jun 2021
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 on 23 Jun 2021
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.

Tags

Products


Release

R2021a

Community Treasure Hunt

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

Start Hunting!