CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - psnr

搜索资源列表

  1. image-compression-with-PCA

    1下载:
  2. 对400幅灰度图像用分块PCA的方法进行压缩,进行通信时只用传输主元和特征向量。其中,pcaxiefangcha.m用于图像压缩,imresume.m用于图像恢复和部分图像的显示,chaweight.m用于绘制特征值比重-主元个数关系图,crdraw.m用于绘制压缩比-主元个数关系图,psnrdraw.m用于绘制总误差PSNR-主元个数关系图,psnrlocation.m用于绘制单幅图像误差PSNR分布图。-On the 400 block with a gray image compressi
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:4187674
    • 提供者:刘明
  1. bsc

    0下载:
  2. 对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
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-04
    • 文件大小:1081
    • 提供者:王冲
  1. BlockMatchingAlgoMPEG

    0下载:
  2. Block Matching Algorithms for Motion Estimation This project contains the project report and source code by Aroh Barjatya for Digital Image Processing Class at Utah State University. Following is a short descr iption of the m files in this
  3. 所属分类:matlab

    • 发布日期:2016-01-25
    • 文件大小:118846
    • 提供者:Yashil
  1. wave-inter

    2下载:
  2. 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1183
    • 提供者:zhoujianhua
  1. BasicMotionVectorEstimation

    1下载:
  2. 运动估计块匹配算法 以下是工程中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)
  3. 所属分类:matlab

    • 发布日期:2017-05-17
    • 文件大小:4724753
    • 提供者:alan
  1. Image_Compress

    0下载:
  2. 使用小波技术对图像进行压缩和解压过程,并且通过模拟信道测试计算其PSNR,通过Matlab2009a测试。-Using wavelet methods compress and decompress the image, and testing through analog channels to calculate the PSNR, by Matlab2009a test.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4064
    • 提供者:Alex
  1. JPEG_compression_image.m

    0下载:
  2. 利用Matlab编程实现对lena.bmp灰度图象进行QF=50和QF=40的压缩和解压缩,比较二者的PSNR,并且利用霍夫曼编码模拟信道中传输图象。通过了Matlab2009A测试。-Using Matlab program to compress and decompress the gray image Lena.bmp at QF = 50 and QF = 40,as well as comparing the result of two situation.Then using Hu
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:2195
    • 提供者:Alex
  1. psnr1

    0下载:
  2. 计算图像PSNR,非常高效的源码,具有一定的参考价值。-Calculated image PSNR, very efficient source, with some reference value.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:348698
    • 提供者:dafakjfga
  1. WAVELET_WORK

    0下载:
  2. THIS MATLAB CODE REDUCE THE SPECKLE NOISE IN SAR IMAGE, IT USE WAVELET FILTER THEN USED CASCADE THREE FILTERS IN TIME DOMAIN (HYBRID TIME AND FREQUENCY DOMAIN). THIS CODE NEED SOME MODIFICATIONS SINCE THERE ARE SOME PROBLEMS LIKE BY COMPUTE PSNR
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1214850
    • 提供者:same
  1. project-LSB.tar

    0下载:
  2. Helps to Calculate PSNR Value.
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:516967
    • 提供者:Anand
  1. Untitled

    1下载:
  2. 对Lena图像128*128,进行QF=50和QF=40的压缩,然后解压缩,并分别计算压缩图像的PSNR,给出图像压缩后的图像-Lena image of 128* 128,QF=50 and 40 compression, then uncompress, and calculate the PSNR compressed image, after image compression
  3. 所属分类:matlab

    • 发布日期:2014-11-23
    • 文件大小:1024
    • 提供者:颜媛
  1. denoise_image

    0下载:
  2. 文件中包含几个用matlab编写的图像去噪程序,如邻域平均滤波‘维纳滤波法,巴特沃斯滤波法,并给出了计算PSNR值的公式。- delete the noise in the image
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:162070
    • 提供者:clij
  1. ImageDenoisingBasedonWaveletTransform

    1下载:
  2. 基于小波变换的图像去噪的matlab程序 程序使用说明: 1、软件应用平台:Matlab6.5或更高; 2、打开方法: 将文件所在目录设为工作目录,然后打开wavlet.fig,在noise提示框下输入噪声强度,在0-0.1之间(不能为零)。 然后点process按钮,就会显示实验结果,包括原图像,加噪图像,去噪图像的对比以及当前的psnr值。 wavlet.m是程序文件。 程序内容写在在程序的注释里。 阈值的更改没有实现可视化,在源程序中可以改。-Image d
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:68094
    • 提供者:song
  1. Wavelet-Decomposition-For-Images

    0下载:
  2. main executing reference usage: observeWaveletDecompositionBenchmark_N_levels.m The objective is to illustrate wavelet decomposition, and to describe how operations may be done in the wavelet domain before the reconstruction. The demo decouples
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:211433
    • 提供者:elfrania
  1. enhanceimage

    0下载:
  2. Image enhancement mean to improve the visual quality of image. This code used to enhane the image and improve the overall PSNR of the enhanced image.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:16806
    • 提供者:Nayan Patel
  1. lagrange

    0下载:
  2. this program for Psnr
  3. 所属分类:matlab

  1. fr_psnr

    0下载:
  2. 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 PS
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:756
    • 提供者:Marcella
  1. PSNRaNC

    1下载:
  2. 求两幅图像的峰值信噪比PSNR值和归一化相关系数NC值-Find two images PSNR PSNR values ​ ​ and the normalized correlation value NC
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:677
    • 提供者:mariott
  1. no_edges

    0下载:
  2. this code clasify the image after segmeantation and psnr and hitogram compare the output image .with gui made by pandey -this code clasify the image after segmeantation and psnr and hitogram compare the output image .with gui made by pandey ........
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:49126
    • 提供者:pandey
  1. PSNR

    0下载:
  2. deneme illa uzun uzunmu yazmak gerek
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:5895
    • 提供者:ibrahim
« 1 2 3 45 6 7 8 9 »
搜珍网 www.dssz.com