登录
首页 » matlab » CSR_Denoising

CSR_Denoising

于 2017-05-02 发布 文件大小:1810KB
0 210
下载积分: 1 下载次数: 33

代码说明:

  该算法首先通过字典学习得到含噪图像的冗余字典,然后对相似的图像块进行聚类构成块群,并通过迭代收缩和L1正则化约束,对同类的图像块在字典上进行稀疏表示,以达到降噪的目的。实验结果表明,在常规的图像处理上,本文提出的算法能较好的保留图像的结构信息,与K-SVD和BM3D等现有的流行算法相比,具有更高的峰值信噪比(PSNR)(It firstly get the redundant dictionary of a noised image by dictionary learning.Then,the image patches are gathered according to their similarities.Meanwhile,the similar patches get sparse representation showed in dictionaries by iterative shrinkage and L1 regularization constraints and eventually the image is restored and noise is removed.The experimental results indicate that the proposed algorithm can well preserve the structure information of the common image with a higher Peak Signal to Noise Ratio(PNSR),compared with state-of-the-art algorithms,such as K-SVD and BM3D)

文件列表:

CSR_Denoising
.............\Data
.............\....\images
.............\....\......\barbara.tif,264168,2010-10-18
.............\....\......\boat.tif,264168,2010-10-18
.............\....\......\cameraman.tif,65722,2009-02-05
.............\....\......\couple.tif,264168,2010-10-30
.............\....\......\fingerprint.tif,264168,2010-10-30
.............\....\......\hill.tif,264168,2010-10-31
.............\....\......\house.tif,67368,2010-10-30
.............\....\......\Lena512.tif,264168,2010-10-31
.............\....\......\man.tif,264168,2010-10-30
.............\....\......\Monarch_full.tif,66196,2008-11-04
.............\....\......\peppers256.tif,67368,2010-10-30
.............\....\......\straw.tif,67368,2010-07-22
.............\....\......\textures
.............\....\......\........\hex.tif,58224,2010-10-28
.............\Denoising_Main.m,954,2011-03-22
.............\Results
.............\.......\Denoising_results
.............\.......\.................\nsig_20
.............\.......\.................\.......\CSR_de_PSNR_SSIM.txt,0,2011-03-22
.............\.......\.................\.......\PCA_CSR_PSNR_SSIM.txt,0,2011-03-22
.............\Utilities
.............\.........\Add_noise.m,191,2009-10-26
.............\.........\cal_ssim.m,6372,2010-04-15
.............\.........\Clustering_PCA_New.m,4373,2011-03-22
.............\.........\csnr.m,501,2010-04-14
.............\.........\CSR_Denoising.m,4942,2011-03-22
.............\.........\CSR_Thresholding.m,2648,2011-03-22
.............\.........\ext_im.m,356,2010-04-15
.............\.........\find_blks.m,1793,2010-10-28
.............\.........\find_blks_fast.m,1905,2010-12-14
.............\.........\find_blks_fast2.m,2966,2010-10-30
.............\.........\getpca.m,442,2010-12-14
.............\.........\Image_Denoising.m,1618,2011-03-22
.............\.........\Proc_cls_idx.m,192,2010-05-09
.............\.........\Set_PCA_idx.m,1247,2010-10-29
.............\.........\soft.m,121,2010-10-27
.............\.........\Soft_PCA.m,2542,2010-04-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SANBAN
    数字散斑相关程序,能够计算2副图片的位移,简单的例子,对初学者也许有用。(Digital speckle correlation program can calculate the displacement of two images, a simple example, may be useful for beginners.)
    2020-11-25 17:39:32下载
    积分:1
  • SEEDS超素分割算法的源码
    SEEDS超像素分割算法的源码,C++实现,可运行(The source code of SEEDS Superpixel picture segmentation)
    2020-06-27 04:00:01下载
    积分:1
  • huidushuxingceliang
    灰度图像的属性计算:利用bwlabel和regionprops函数对度量二值图像中目标对象的属性。(Attribute gray image: Using bwlabel and regionprops function measure binary image of the target object attributes.)
    2013-12-28 10:41:42下载
    积分:1
  • deblur
    产生运动模糊图像以及逆滤波,维纳滤波的恢复效果比较(Produce motion-blurred images, as well as inverse filtering, Wiener filtering effect of the restoration of)
    2009-06-06 15:30:30下载
    积分:1
  • radondeblurring
    基于RADON变换的。运动模糊处理,其中程序请按说明使用(Based on the RADON transform. Motion blur processing, in which procedures follow the instructions to use)
    2009-01-08 14:23:06下载
    积分:1
  • watermark.m
    %基于DCT的水印算法 %数字水印处理系统主要由水印嵌入和水印检测两个过程。 %水印嵌入过程为:数字水印(X)、原图像(I)和密钥/公钥(K)通过数字水印嵌入算法形成嵌入水印后的图像(I*)。 %水印检测过程为:数字水印(X)、水印图像(I*)和密钥/公钥(K)通过数字水印检测算法检测出数字水印或有无水印。 %基于DCT变换的水印算法:将一个随机序列作为水印信号嵌入到图像DCT变换重要分量的幅度成分中(幅值较大的n个系数作为重要分量)。 %定义一个相似函数来检验水印提取是否成功。试验结果表明,该算法具有不可见性,对通常的图像处理,如剪切、缩放、中值滤波、压缩等 %以及噪声干扰都具有一定的鲁棒性。(err)
    2021-01-05 20:18:55下载
    积分:1
  • phase-unwrapping-precision-analyse
    该程序的功能是实现干涉雷达数据进行相位解缠后,如何进行解缠精度的分对比分析。(The function of the program is to achieve interferometric radar data phase unwrapping unwrapping accuracy points comparative analysis.)
    2021-02-19 11:19:44下载
    积分:1
  • Hilbert
    希尔伯特变换的matlab程序,用于在matlab中实现希尔伯特变换。(Hilbert transform matlab program )
    2012-05-03 14:35:09下载
    积分:1
  • 杂草识别
    说明:  根据一幅杂草和作物混合的图像可以识别出图像中的杂草(Weeds in the image can be identified according to a mixed image of weeds and crops)
    2021-04-28 21:58:43下载
    积分:1
  • SITFbasedmatch
    包括基于SIFTGPU的sift特征提取,sift匹配,基于ransac误匹配点剔除等(SIFTGPU based sift feature extraction, sift matching, mismatching points based ransac removed, etc.)
    2021-04-09 22:38:59下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载