首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)

PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error)

资 源 简 介

Use a standard Lena image as the ground truth, then calculate the PSNR (Peak Signal-to-Noise Ratio) & MSE (Mean Square Error) values of another test image. Note: The two images must be with the same size. The main code: MSE = double(Sum_SE)/(H_src*W_src) PSNR= 10*log10(255^2/MSE)

文 件 列 表

image1.jpg
image2.bmp
MSE_PSNR.m
VIP VIP
0.182110s