Removing duplicate or redundant frames

4 次查看(过去 30 天)
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 ?

采纳的回答

Image Analyst
Image Analyst 2013-2-9
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 个评论
msp
msp 2013-2-9
Where i can get source code please.
Image Analyst
Image Analyst 2013-2-9
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Image Data Workflows 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by