Welcome![Sign In][Sign Up]
Location:
Search - PSNR between two images

Search list

[Graph programcmp_yuv

Description: purpose computes PSNR between two raw YUV images compile gcc -g -o cmp_yuv cmp_yuv.c -lpgm -lpbm -lm -purpose computes PSNR between two raw YUV i mages compile gcc-g-o cmp_yuv cmp_yuv.c - lpgm - lpbm - lm
Platform: | Size: 1297 | Author: 王国树 | Hits:

[Special Effectsimage_comparaison

Description: This file include how to compute the PSNR between two images.
Platform: | Size: 850 | Author: wan_xianglin | Hits:

[Graph programcmp_yuv

Description: purpose computes PSNR between two raw YUV images compile gcc -g -o cmp_yuv cmp_yuv.c -lpgm -lpbm -lm -purpose computes PSNR between two raw YUV i mages compile gcc-g-o cmp_yuv cmp_yuv.c- lpgm- lpbm- lm
Platform: | Size: 1024 | Author: 王国树 | Hits:

[Special Effectsimage_comparaison

Description: This file include how to compute the PSNR between two images.
Platform: | Size: 1024 | Author: wan_xianglin | Hits:

[Special Effectsc_psnr

Description: 一个计算2副图像之间的峰值信噪比(PSNR)的matlab程序。-A calculation between two images of the peak signal to noise ratio (PSNR) of the matlab program.
Platform: | Size: 30720 | Author: chenkaizhi | Hits:

[Special Effectsget_psnr

Description: 这个是一个获取两个图像相似度的函数,对于图像处理和数字水印方面的编程者来说,会经常去计算两个图像的psnr值,从而来确定图像的相似度,使用matlab可以很方便的计算两个图像的psnr,但是由于matlab专业性很强,而且有没有版权保护,所以对于大批的使用VC语言的这方面的编程者,由于要经常使用而显得很麻烦。 通过调用get_psnr函数可以很方便的就得到两个图像的相似度。 -This is a similarity to obtain a function of two images for image processing and programming aspects of digital watermarking are concerned, will keep the two images to calculate the PSNR value, thereby to determine the similarity of images, the use of matlab can be easily the calculation of the two images psnr, but because matlab highly professional, and has no copyright protection, and therefore the use of a large number of VC language programming in this area, and due to frequent use, there appears to be very troublesome. Get_psnr by calling the function can be easily obtained from the two images on the similarity.
Platform: | Size: 1024 | Author: 莫雨 | Hits:

[WaveletPSNR

Description: To find the PSNR (peak signal-to-noise ratio) between two intensity images A and B.
Platform: | Size: 2048 | Author: ahsh | Hits:

[matlabPSNR

Description: A code downlaoded directly of Matlab Forum to calculate the PSNR between two images
Platform: | Size: 2048 | Author: joshesc | Hits:

[Special EffectsPSNRforColorGif

Description: 计算GIF彩色图像的差异,两幅图像大小一致且调色板一致。其中Psnr 为两幅图像的psnr值.P 为两幅图像之间像素索引不同的索引值占图像大小的比例。-GIF image color difference calculation, the two images the same size and same color palette. One Psnr the two images psnr value. P index for the pixels between two images, the index values of different ratio of total image size.
Platform: | Size: 1024 | Author: liuq | Hits:

[Special EffectsPSNR

Description: 求解两幅压缩前后图片A和B之间的峰值信噪比-To find the PSNR (peak signal-to-noise ratio) between two intensity images A and B, each having values in the interval[0,1]. The answer is in decibels (dB).
Platform: | Size: 1024 | Author: zhaocong | Hits:

[Special Effectspsnr

Description: PSNR Compute the peak signal to noise ratio between two images PSNR(X, Y) computes the peak signal to noise ratio in decibels (dB) between images X and Y. The images are assumed to have 256 gray levels (0 .. 255). -PSNR Compute the peak signal to noise ratio between two images PSNR(X, Y) computes the peak signal to noise ratio in decibels (dB) between images X and Y. The images are assumed to have 256 gray levels (0 .. 255).
Platform: | Size: 1024 | Author: qht | Hits:

[matlabfr_psnr

Description: PSNR is used to measure the difference between two images. It is defined as PSNR = 20 * log10(b/rms) where b is the largest possible value of the signal (typically 255 or 1), and rms is the root mean square difference between two images. The PSNR is given in decibel units (dB), which measure the ratio of the peak signal and the difference between two images. An increase of 20 dB corresponds to a ten-fold decrease in the rms difference between two images.
Platform: | Size: 1024 | Author: Marcella | Hits:

[matlabPSNR

Description: This code is to find out the PSNR between two different image, which shows the quality of both images
Platform: | Size: 2048 | Author: mj | Hits:

[matlabImage-Fusion-using-Cross-Bilateral-Filtering-base

Description: The Cross Bilateral filter can enhance the PSNR of multi focus images that is in image fuison. Bilateral filtering is a local, nonlinear and non- iterative technique which combines a classical low-pass filter with an edge stopping function that attenuates the filter kernel when the intensity difference between pixels is large. As both gray level similarities and geometric closeness of the neighboring pixels are considered, the weights of the filter depend not only on Mahalanobis distance but also on the distance in gray/color space. The advantage of the filter is that it smoothes the image while preserving edges using neighboring pixels. CBF considers both gray-level similarities and geometric closeness of neighboring pixels in image one to shape the filter kernel and filters the image two.
Platform: | Size: 21504 | Author: Naga Kishore | Hits:

[OtherPSNR

Description: psrn(峰值信噪比) 的测试代码,通过比较两个图像可以得到他们之间的峰值信噪比并输出到表中(psrn (peak signal to noise ratio) test code, by comparing the two images can get the peak signal to noise ratio between them and output to the table)
Platform: | Size: 1024 | Author: 萨达单幅 | Hits:

[Algorithmwpsnr.m

Description: This function displays the PSNR (peak signal-to-noise ratio) between two images. The answer is in decibels (dB). PSNR is very common in image processing. A sample use is in the comparison between an original image and a coded/decoded image. Typical quoted PSNR figures are in the range +25 to +35dB. The syntax for this file is PSNR(A,B), where A and B are MATLAB Intensity Images, with matrix-elements in the interval [0,1] The function can be adapted for images with 256 gray levels.
Platform: | Size: 1024 | Author: yokiqust | Hits:

[Special Effectsimage_evaluation

Description: 图片重建质量评估算法。计算两张图片的PSNR(Peak Signal to Noise Ratio,峰值信噪比)和SSIM(Structural Similarity Index,结构相似性)。(The measurement algorithm of image reconstruction. Compute the PSNR and SSIM between two images.)
Platform: | Size: 2048 | Author: Doctor翼 | Hits:

CodeBus www.codebus.net