搜索资源列表
图像信噪比
- salt & pepper gaussian Picture Signal Noise Ration (PSNR)
psnr
- 该程序求PSNR(峰值性噪比),该方法运用广泛,如图像处理中-The procedure for PSNR (peak noise ratio), which is widely used methods, such as image processing
imageSNRPSNRMSE
- 图像的SNR,PSNR以及MSE的计算源代码-The image SNR, PSNR and the source code for the calculation of MSE
COLORPSNR
- 此程序用C语言求取彩色图像的PSNR。psnr是一种评价图像的客观标准。它具有局限性,PSNR是“PeakSignaltoNoiseRatio”的缩写。peak的中文意思是顶点。而ratio的意思是比率或比列的。整个意思就是到达噪音比率的顶点信号,psnr是一般是用于最大值信号和背景噪音之间的一个工程项目。-This program uses the C language to strike a color image PSNR. psnr is an objective criteria to
chengxu
- 求两幅存在一定位移或偏差的RGB图像的均方根误差MSE和峰值信噪比PSNR-Seeking two RGB images there is a certain displacement or deviation of the root mean square error (MSE) and peak signal to noise ratio PSNR
zhongzhilvbo
- 分别在2幅灰度图像中加入一定量的高斯噪声和椒盐噪声,噪声强度自定。然后采用3×3的均值滤波器和3×3中值滤波器分别对噪声图像进行处理,给出两种处理方法的峰值信噪比(PSNR);仿效“中值滤波”的方法,对原图像分别进行“极大值滤波”和“极小值滤波”,对所形成的图像给出说明。-Two gray-scale images a certain amount of Gaussian noise and salt and pepper noise , noise intensity since .
block-match-and-3D-filtering
- BM3D算法,简单易懂。用于对于图像去噪,附上psnr-BM3D algorithm
psnr
- 几个关于图像质量评价的函数。包括psnr峰值信噪比,均方误差rms,正则均方误差nmse等。可用于去噪图像和压缩图像的质量评价-Several image quality evaluation of the function. Including psnr PSNR, mean square error rms, it is mean-square error nmse other. Can be used for image denoising and compression of image
PSNR
- matlab实现彩色图像PSNR值的计算,分图像无差别和有差别进行-calculation matlab color image PSNR value of the image undifferentiated and differentiated conduct
psnr-and-nc
- 用于计算图像的峰值信噪比PSNR和归一化相关系数NC-Peak signal to noise ratio and normalized correlation
yuv_PSNR
- 计算图像的PSNR值。输入为参考YUV图像和待测量的YUV图像。-To compute the PSNR of YUV images. Inputs include the reference YUV image and the YUV image to be measured.
image-quality-evaluation
- 该matlab代码主要用于计算图像的边缘强度,信息熵,灰度均值,标准差(均方差MSE),均方根误差,峰值信噪比(psnr),空间频率(sf),图像清晰度,互信息(mi),结构相似性(ssim),交叉熵(cross entropy),相对标准差。- calculate the uation average gradient, edge strength, information entropy, gray are Value, standard deviation (mean square er
demosaicking
- 自己写的一些代码,包括对图像的预处理,以及binary经典算法,和一些自己改进的算法的代码。自己的算法因得到的效果不错已发表。 rgb2bayer: 转换到bayer格式 border:处理图像边缘像素点 method1-4:不同的去马赛克算法的实现 cpsnr:峰值信噪比的公式实现-Write some code, including image preprocessing, and binary classical algorithm, the imp
630646828tongtailvbo
- 实现图像的同态滤波功能,明显看出滤波前后的psnr值变化,可以提高图像质量-Realization of homomorphic image filtering, apparent psnr value change before and after filtering, can improve the image quality
imgpsnr
- 计算两个图像之间的PSNR(如原图像和合成图像),图像尺寸需要一致-calculate the PSNR between origional image and synthetic image