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

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일

0 개 추천

framedifference = imsubtract(double(FirstFrame), double(SecondFrame));
framedifference(framedifference == 0) = NaN;
imagesc(framedifference);

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by