Video processing in matlab
Show older comments
what is the best way to process videos in matlab?
3 Comments
kirmizi kush
on 12 Jun 2017
from my experience video processing demands a big memory allocation. you could just use single a frame at a time and process by each image, depends on what you need.
Nir Barsheshet
on 12 Jun 2017
kirmizi kush
on 12 Jun 2017
i would use a simple camera, taking pictures in a measured time and compare each image to the one that was taken before. that way you can discard images if they are identical. i recommend a simple comparison between to images. you can also use a for loop, although it might take a while.
Accepted Answer
More Answers (0)
Categories
Find more on Video Formats and Interfaces in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!