Plotting on each frame to view later

5 views (last 30 days)
HI. I have a video and I wish to get each frame and then plot a set of x,y coordinates on each frame and save the sequence so that I can later view the changed sequence of frames as a video. Any code snippets would be great.
Thanks in advance

Accepted Answer

Image Analyst
Image Analyst on 11 Jul 2015
See my attached demo (under the image below that it creates)
where I create a series of frames (using surf()) and then create a movie from them.
  1 Comment
Dean Roblin
Dean Roblin on 11 Jul 2015
Edited: Dean Roblin on 11 Jul 2015
thank you very much, however I figured it out myself in matter of seconds after the post. Your solution is nonetheless good. cheers.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!