Removing duplicate or redundant frames
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponse acceptée
Image Analyst
le 9 Fév 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 commentaires
Image Analyst
le 9 Fév 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
Plus de réponses (0)
Voir également
Catégories
En savoir plus sur Image Data Workflows dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!