representing images and videos in signal form

2 visualizaciones (últimos 30 días)
Shahad
Shahad el 28 de Nov. de 2015
Comentada: Image Analyst el 1 de Dic. de 2015
Hello.
Is there a way in Matlab to represent images or videos in a signal representation to do some analysis on? i need to do so to perform "sampling" on the result signals. Thanks in advance.
  6 comentarios
Shahad
Shahad el 1 de Dic. de 2015
Editada: Image Analyst el 1 de Dic. de 2015
I mean to view the signal representation in a plot just like the attached image.
What I'm working on is sampling each frame of a watermarked video using compressive sensing.
Image Analyst
Image Analyst el 1 de Dic. de 2015
I don't know what that is with respect to your image. If you want, you can turn an image into a 1-D vector by using (:) like this:
vec = yourImage(:);

Iniciar sesión para comentar.

Respuestas (0)

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by