matlab练习程序(PSNR)我要分享

MATLAB training program (PSNR)

matlab

关注次数: 254

下载次数: 2

文件大小: 33.81 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:matlab练习程序(PSNR) PSNR,峰值信噪比,通常用来评价一幅图像压缩后和原图像相比质量的好坏,当然,压缩后图像一定会比原图像质量差的,所以就用这样一个评价指标来规定标准了。PSNR越高,压缩后失真越小。这里主要定义了两个值,一个是均方差MSE,另一个是峰值信噪比PSNR


English Description:

MATLAB training program (PSNR) PSNR peak signal to noise ratio, typically used to evaluate an image and compared to the original image quality after compression is good or bad, of course, poor quality of compressed image must be larger than the original image, so use this index to the required standards. Higher PSNR, distortion is smaller after compression. Two values are defined here, one is the mean square error MSE, and the other is the peak signal to noise ratio PSNR


代码预览