필터 지우기
필터 지우기

Compute PSNR of a video sequence

조회 수: 7 (최근 30일)
Lora
Lora 2014년 10월 17일
댓글: Lora 2014년 10월 17일
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

채택된 답변

Radha Krishna Maddukuri
Radha Krishna Maddukuri 2014년 10월 17일
I understand that you are trying to compute PSNR of a video sequence.
As a starting point, I would suggest you to go through the following File Exchange Submission:
The author of the submission should be a good person to reach out to if you have any questions about the implementation.
  댓글 수: 1
Lora
Lora 2014년 10월 17일
Thanks for answering, but this does not help. I mean my question is still the same that does taking average of psnr variable which has psnr for every frame is a right approach? If not how one could do it using inbuilt matlab function since it is one of the hard constraints that we have it here. Thanks for answering though

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by