Computes PSNR image/video quality metric
psnr = cv.PSNR(src1, src2)
src1
See http://en.wikipedia.org/wiki/Peak_signal-to-noise_ratio for details.