Removing duplicate or redundant frames

7 views (last 30 days)
I have video and i have converted video in to frames so there many redundant or duplicate frames are there so i want to remove the duplicate frames. I have used Video2pic code im matlab for converting video into frames.How to remove?? Is there any other efficient code for converting video to frame which removes duplicate frame. Help me out Where i can get the code ?

Accepted Answer

Image Analyst
Image Analyst on 9 Feb 2013
Just convert to double and subtract the frames and take the absolute value and sum it over all pixels. Similar frames will have a low value and different frames will have a high value. You need to figure out what the value is that distinguishes frames that are similar from those that are different.
  2 Comments
msp
msp on 9 Feb 2013
Where i can get source code please.
Image Analyst
Image Analyst on 9 Feb 2013
I don't know. Sometimes you need to write code yourself. If you want you can look at some of my code that is similar: http://www.mathworks.com/matlabcentral/answers/48797#answer_59652

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!