representing images and videos in signal form

2 views (last 30 days)
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 Comments
Shahad
Shahad on 1 Dec 2015
Edited: Image Analyst on 1 Dec 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 on 1 Dec 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(:);

Sign in to comment.

Answers (0)

Products

Community Treasure Hunt

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

Start Hunting!