Comparing 1st & 10th frame of a video

1 vue (au cours des 30 derniers jours)
Dimple Chawla
Dimple Chawla le 17 Avr 2012
hi, i want to differentiate 2 frames randomly by 1 or any other from a selected video.
firstly, i applied mmreader() to read video & then count no. of frames, then i retrieved all frames using for loop & so on, i do know how to do further via region property difference or by any other way out.
reply asap. Thanks

Réponses (1)

Image Analyst
Image Analyst le 17 Avr 2012
differenceImage = double(image1) - double(image2);

Community Treasure Hunt

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

Start Hunting!

Translated by