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

2 visualizaciones (últimos 30 días)
Akku ...
Akku ... el 18 de Mzo. de 2013
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

Respuesta aceptada

Walter Roberson
Walter Roberson el 18 de Mzo. de 2013
framedifference = imsubtract(double(FirstFrame), double(SecondFrame));
framedifference(framedifference == 0) = NaN;
imagesc(framedifference);

Más respuestas (0)

Community Treasure Hunt

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

Start Hunting!

Translated by