steps in matlab to insert image

Hello,
how to embed watermark on y frame?
Thanks for your responses.

3 comentarios

marie lasz
marie lasz el 28 de Jul. de 2020
No one is responding :-(
Walter Roberson
Walter Roberson el 28 de Jul. de 2020
It is the middle of the night in North America where most of the volunteers are.
marie lasz
marie lasz el 28 de Jul. de 2020
Sorry for that :-P

Iniciar sesión para comentar.

 Respuesta aceptada

Walter Roberson
Walter Roberson el 28 de Jul. de 2020

0 votos

Convert the RGB to YCbCr, embed the watermark on the Y pane, and convert the result back to RGB.

Más respuestas (1)

Image Analyst
Image Analyst el 28 de Jul. de 2020

0 votos

Depends on what you want to do - how you want to do it. One way is to just take a weighted average of the images if you want the watermark to be a visible "video bug" on the image. There are other ways of course, like if you want a solid background or transparent background. If you just want to paste the smaller watermark image onto the larger main image, see my attached copy and paste demo. If you want a hidden watermark you can use steganography, like the attached demo.

Preguntada:

el 28 de Jul. de 2020

Respondida:

el 28 de Jul. de 2020

Community Treasure Hunt

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

Start Hunting!

Translated by