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

6 visualizaciones (últimos 30 días)
How to Design a MATLAB GUI program to make a watermarking image of original images which are given in jpeg format.

Respuestas (2)

Image Analyst
Image Analyst el 23 de Jun. de 2021
Editada: Image Analyst el 23 de Jun. de 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 el 23 de Jun. de 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.

Etiquetas

Productos


Versión

R2021a

Community Treasure Hunt

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

Start Hunting!

Translated by