Removing duplicate or redundant frames
4 views (last 30 days)
Show older comments
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 ?
0 Comments
Accepted Answer
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
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
More Answers (0)
See Also
Categories
Find more on Image Data Workflows in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!