Storing each frame in different variable
Show older comments
So I have a video sequence that produces a matrix with information in about each pixel. At any given time the output can be paused and the matrix can be reviewed, however i was hoping to have each frames information stored so i can review it. There is a while loop that runs through the video so im imagining something along the lines of n = n+1 n = flowField.Magnitude But i cant get that to work, I wanted the output to then be n1,n2,n3 all containing the different info. Any help would be greatly appreciated!
Accepted Answer
More Answers (0)
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!