please provide a matlab code for detecting changes in a sequence of images and picking the important ones.

2 views (last 30 days)
We have a number of sequenced images from a video extractions. As it was a video there are minor changes in the frames. Need a matlab source code that will compare each and every image and if there is any abrupt change that frame will be saved in a designated folder.

Answers (1)

Walter Roberson
Walter Roberson on 9 Apr 2014
  1. determine what an "abrupt change" means in terms of images. Is it an abrupt change if the overhead lights are turned on? Is it an abrupt change if the Sun goes behind a cloud, darkening the ambient lighting?
  2. http://matlab.wikia.com/wiki/FAQ#How_can_I_process_a_sequence_of_files.3F
  3. determine if each frame meets the criteria
  4. if it does, then imwrite()

Community Treasure Hunt

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

Start Hunting!