Click here to Skip to main content
15,887,895 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
SQL
Hi I am trying to compute PSNR(peak signal to noise ratio) 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?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900