CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 峰值信噪比

搜索资源列表

  1. chengxu

    0下载:
  2. 求两幅存在一定位移或偏差的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
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:978
    • 提供者:water wang
  1. jasper-1.900.1

    0下载:
  2. JASPER软件,可以实现jpeg2000编解码,并计算图像的峰值信噪比。-JASPER software, can achieve jpeg2000 codec, and calculate the peak signal-to-noise ratio of the image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:8085129
    • 提供者:徐龙涛
  1. DWT2D

    1下载:
  2. 对图像进行二维离散小波变换, 变换级数大于等于3级,然后进行阈值化处理(阈值约为10左右),再统计系数中0的个数(百分比表示)并进行重构, 最后计算重构图像的峰值信噪比(PSNR). -Two-dimensional discrete wavelet transform image transformed series is greater than or equal to 3, and then processing thresholding (threshold of about 10 or
  3. 所属分类:Wavelet

    • 发布日期:2016-05-10
    • 文件大小:83968
    • 提供者:大卫
  1. psnrSnow

    1下载:
  2. 用经典的峰值信噪比方法进行图片和视频质量的评定-Picture and video quality assessment using the the PSNR classic method
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-11-29
    • 文件大小:5803873
    • 提供者:卓雅
  1. testone

    1下载:
  2. 二维离散小波变换(Mallat快速算法)对图像进行二维离散小波变换, 变换级数大于等于3级,然后进行阈值化处理(阈值约为10左右),再统计系数中0的个数(百分比表示)并进行重构, 最后计算重构图像的峰值信噪比(PSNR). 数据:灰度图像lena.bmp或其它图像, 滤波器系数可以调用matlab中的wfilters函数获得, wfilters函数的使用请在matlab中help wfilters.-Two-dimensional discrete wavelet transform (Ma
  3. 所属分类:Special Effects

  1. psnr-of-matlab

    0下载:
  2. 计算图像峰值信噪比psnr的matlab源程序-matlab for psnr
  3. 所属分类:Special Effects

    • 发布日期:2016-01-26
    • 文件大小:2048
    • 提供者:lg
  1. DCTJPEG

    2下载:
  2. blkproc.m,DCHuffmanEncoding.m,ACHuffmanEncoding.m,zigzag.m,PSNR.m, 对灰度图像进行DCT变换,量化,ZigZag扫描,Huffman编解码,反量化,反DCT变换而重建图像。 其中,blkproc.m为分块DCT变换函数; DCHuffmanEncoding.m,ACHuffmanEncoding.m分别为DC和AC变换系数的Huffman码表函数; zigzag.m为ZigZag扫描函数;PSNR.m为求图
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-11-23
    • 文件大小:3072
    • 提供者:吴魏
  1. PSNR6

    0下载:
  2. 用c实现的计算彩色图像的峰值信噪比,代码简单可用-With c realize the calculated peak signal-to-noise ratio of the color image, the code is simple and available
  3. 所属分类:Special Effects

    • 发布日期:2017-11-19
    • 文件大小:949
    • 提供者:钟江江
  1. zhongzhilvbo

    0下载:
  2. 分别在2幅灰度图像中加入一定量的高斯噪声和椒盐噪声,噪声强度自定。然后采用3×3的均值滤波器和3×3中值滤波器分别对噪声图像进行处理,给出两种处理方法的峰值信噪比(PSNR);仿效“中值滤波”的方法,对原图像分别进行“极大值滤波”和“极小值滤波”,对所形成的图像给出说明。-Two gray-scale images a certain amount of Gaussian noise and salt and pepper noise , noise intensity since .
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-18
    • 文件大小:136734
    • 提供者:张聪聪
  1. 1

    0下载:
  2. MATLAB实现中值滤波源代码,此文件为MATLAB做图像中值滤波的源代码,并且计算均方误差,归一化均方误差以及峰值信噪比-MATLAB median filter source code, the source code of this file for MATLAB image median filtering, and calculate the mean square error, normalized mean square error and peak signal-to-noise
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-21
    • 文件大小:126451
    • 提供者:123
  1. psnr_mse

    0下载:
  2. 自动计算一幅图像的峰值信噪比PSNR和均方误差MSE-Automatically calculate the psnr and mse of an image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:60294
    • 提供者:玄林江
  1. quality

    0下载:
  2. 图像质量评价,峰值信噪比(PSNR),均方根误差(mse)-Image quality evaluation, the peak signal to noise ratio (PSNR), root mean square error (mse)
  3. 所属分类:Special Effects

    • 发布日期:2017-12-06
    • 文件大小:1487598
    • 提供者:刘灿
  1. JPEG

    0下载:
  2. 根据JPEG压缩编码的基本压缩原理编写JPEG仿真程序,利用MATLAB软件对程序进行运行调试,验证了JPEG压缩编码算法的可行性。通过比对输出图像压缩前后实际效果,探讨压缩比,峰值信噪比等评价图像数据压缩程度及压缩质量的关键参数,对JPEG压缩编码算法的实用性和优越性进行了研究。- I have JPEG compression in-depth study on the basic principles of image data compression based on JPEG emul
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:261141
    • 提供者:朱孝天
  1. PSNR

    0下载:
  2. 可以计算图片在处理前后的峰值信噪比峰值信噪比-compute pnsr
  3. 所属分类:Picture Viewer

    • 发布日期:2017-11-17
    • 文件大小:515
    • 提供者:于明鹭
  1. psnr

    0下载:
  2. 几个关于图像质量评价的函数。包括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
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:2225
    • 提供者:king
  1. quality--index-of-image

    1下载:
  2. 此文档中的代码可以计算5种图像的质量参数,分别是:图像灰度均值、图像方差、图像平均梯度、熵和峰值信噪比及均方误差。-The code in this document can be calculated five kinds of image quality parameters, namely: the image gray value, image variance, average gradient image, entropy and peak signal to noise ratio
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2014-03-15
    • 文件大小:6843
    • 提供者:玄林江
  1. TUXIANGCHULI

    0下载:
  2. 利用matlab求图像的峰值信噪比和均方误差最简单的方法- The easiest way to find image PSNR and MSE by matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:624
    • 提供者:wangli
  1. PSNR

    0下载:
  2. 用于比较处理前后灰色图像的PSNR(峰值信噪比)-Used to compare the PSNR(peak signal to noise ratio) of an orignial image and processed image.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-25
    • 文件大小:677
    • 提供者:小小王
  1. sc3

    0下载:
  2. 通过观察图像lena_noise.bmp可以看到,该图像主要包含高斯噪声、椒盐噪声等。 通过查阅资料可知,维纳滤波可以很好的滤除高斯噪声,而中值滤波对于椒盐噪声的滤出效果优异,因此本次采用维纳+中值的滤波方式进行图像的去噪处理。 图像常用评价方法有:信噪比、相关系数、清晰度。信噪比较为常用;相关系数 由于滤波会使原图像失去某些细节,因此这种评价方式为参考性指标而非绝对评判标准;清晰度 为图像子块的方差 综合考虑采用图像的峰值信噪比(PSNR)作为评价去噪效果指标(自编PSNR.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:64555
    • 提供者:献诗
  1. psnr

    0下载:
  2. 用matlab实现的PSNR程序,求峰值信噪比-matlab & PSNR
  3. 所属分类:Special Effects

    • 发布日期:2017-03-31
    • 文件大小:603
    • 提供者:Ocean
« 1 2 3 4 5 6 78 9 10 11 12 ... 37 »
搜珍网 www.dssz.com