Pairing data and video frames in MATLAB
July 24, 2006 5:39 AM
Subscribe
I have a 10 FPS video, and a set of numerical data for every frame in the video. How can I pair up each frame with its set of data in
MATLAB?
posted by freddymungo to computers & internet (3 comments total)
Once the movie has been imported, it's a "mov" variable. You can extract frames using "frame2im" to get single frames from the movie as indexed images.
Using these single frames, you can make a "subplot" showing both the image data and the corresponding data (graph?).
Of course, this all depends what you want to do exactly. Send me an e-mail if you need any help.
posted by swordfishtrombones at 6:02 AM on July 24, 2006