搜索资源列表
PSNR
- 函数功能:本函数将完成对输入图像的峰值信噪比计算
YUV视频序列PSNR的计算
- YUV视频序列PSNR的计算源码,对数字视频处理的朋友有一定的参考价值。支持YUV4:0:0, 4:1:1, 4:2:0, 4:2:2 and 4:4:4格式。 The function computes the psnr between two yuv videos. It considers the video signal as a whole and it doesn't average the psnr's of the single frames.
psnr
- 计算噪声图像的信噪比,matlab算法程序-Calculate the noise image signal to noise ratio, matlab algorithm program
062937754BlockMatchingAlgoMPEG_ito
- 用matlab编写的块匹配运动补偿程序。包含多个块匹配运动估计算法,可计算每个算法的运算量及补偿结果PSNR-Written by matlab block matching motion compensation procedure. Contains more than one block matching motion estimation algorithm, compute the compensation algorithm and the computational results
218659918720059141029247714282
- 计算两幅图像的SNR信噪比的源代码MATLAB版-Calculation of two images PSNR peak signal to noise ratio of the source code version of MATLAB
bsc
- 对JPEG2000压缩编码后的码流文件用matlab进行RS信道编码,再BSC信道仿真,RS解码,计算PSNR- with JPEG2000 code stream file, using matlab to simulated the RS channel coding, and then BSC channel simulation, RS decoding, calculation of PSNR
contourlet-CP-RLC
- 基于contourlet的图像压缩编码,其中包括计算PSNR值,压缩比和运行时间-Contourlet-based image compression coding, including the calculation of PSNR values, compression ratio and run-time
psnr
- 彩色图像psnr值计算,图像压缩编码后的峰值信噪比-Color image psnr values, image compression encoded PSNR
PSNR
- 很多项目中需要用到psnr,本代码就是一个计算psnr得小程序。-Many projects need to use psnr, this code is a calculated psnr get applet.
BasicMotionVectorEstimation
- 运动估计块匹配算法 以下是工程中m文件的简单注释: main.m 可通过主函数调用各种基本的块匹配算法 FullSearch.m 全搜索法(又称为Exhaustive Search) ThreeStepSearch.m 三步搜索法(Three Step Search) NewTSS.m 新三步搜索法(New Three Step Search Algorithm) SESTSS.m 简便高效的三步搜索法(Simple And Efficient TSS)
psnr
- 计算两幅图像峰值信噪比的matlab函数-Calculate PSNR of two images of the matlab function
PSNR-NC
- 对图像进行处理后常需要计算图像的PSNR值和NC值-calculate the PSNR and NC of pictures
psnr
- 计算YUV文件的PSNR值,分别计算Y分量,U,V分量的PSNR值,还有宏块级的PSNR值-PSNR value calculated YUV file
AddNoise-PSNR
- 对图像进行添加噪声处理,并计算相应的峰值信噪比的matlab程序。-A matlab program: add noise to an image and calculate correspondly the Peak Signal to Noise Ratio .
psnr
- function PSNR2 = psnr(I,I_iter) 计算峰值信噪比 I : 原始信号 I_iter : 加噪信号-function PSNR2 = psnr (I, I_iter) calculate the peak signal to noise ratio I: the original signal I_iter: adding noise signal
dct
- dct水印算法的嵌入及提取,图像psnr计算,有良好的隐藏性性能-dct watermarking algorithm for embedding and extraction, image psnr calculation, there is a good hidden performance
psnr
- 用于计算图像的psnr,以函数的方式存在,可以自由调用-Psnr for computing the image, the function exists in the way, they can call
psnr
- matlab实现峰值信噪比psnr计算来比较两幅图像的相似程度,可用于图像修复(use result by compute psnr using matlab)
Water01
- dct算法、SSIM计算、PSNR计算、NC计算(DCT algorithm, SSIM computing, PSNR computing, NC computing)
PSNR和SSIM计算代码
- 官方PSNR和SSIM计算代码,下载后可直接使用