フィルターのクリア

Removing duplicate or redundant frames

1 回表示 (過去 30 日間)
msp
msp 2013 年 2 月 9 日
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 Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by