I was wondering whether the PSNR and the SSIM is evaluated on luminance channel only or colour channels are also included for evaluation.
Thank you in advance for clarifying this.
Best regards,
Junjie
PSNR and SSIM are evaluated over all color channels (R, G, B) and not on luminance channel.
SSIM is first computed for each R, G, B color channel and then averaged.
Best,
-Radu
Thank you!
Posted by: Jeffery @ March 3, 2017, 1:53 p.m.Thank you for the clarification! Will the PSNR also be averaged or calculated for the 3 channels at once?
Posted by: sharabati @ March 17, 2017, 4:59 p.m.PSNR is computed over all pixel values.
Here are the Matlab scoring functions:
http://www.vision.ee.ethz.ch/~timofter/software/NTIRE2017_scoring_functions.zip
Thank you!
Posted by: sharabati @ March 20, 2017, 5:19 a.m.