HOW CAN I COMPARE TWO VIDEO FRAMES??...

2 ビュー (過去 30 日間)
Akku ...
Akku ... 2013 年 3 月 18 日
I WANT TO SHOW THE DIFFERENCE BETWEEN TWO VIDEOs [same video.... one before watermarking and other after blind watermarking using DWT]... can someone help me to write a code..? Plz its for my project

採用された回答

Walter Roberson
Walter Roberson 2013 年 3 月 18 日
framedifference = imsubtract(double(FirstFrame), double(SecondFrame));
framedifference(framedifference == 0) = NaN;
imagesc(framedifference);
  1 件のコメント
Akku ...
Akku ... 2013 年 3 月 20 日
Thank you sir...

サインインしてコメントする。

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by