Compute PSNR of a video sequence
Show older comments
Hi I am trying to compute PSNR of a video sequence, I have ref and noisy sequence. I know i can compute it for a frame using an inbuilt matlab function PSNR. Where i ama bit confuse is that how one would compute psnr of a video. Will the PSNR of a video be average of psnr computed over every Frame? Something Like
%Loop through video
PSNRofVideo(zz)=psnr(FramesNosiy{zz},FramesnotNosiy{zz});
%end
And then take the average of PSNRofVideo?Will that be correct?
Thanks anyways
Accepted Answer
More Answers (0)
Categories
Find more on Computer Vision with Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!