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

1 visualización (últimos 30 días)
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.

Respuestas (1)

Walter Roberson
Walter Roberson el 9 de Abr. de 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()

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by