登录
首页 » matlab » CSR_Denoising

CSR_Denoising

于 2017-05-02 发布 文件大小:1810KB
0 236
下载积分: 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 个回复

  • soft_cast
    softcast的2d dct实现,先对图像转灰度图,得到的亮度信号矩阵做DCT 变换(softcast of 2d dct implementation, the first image to grayscale, luminance signal obtained by DCT transformation matrix do)
    2013-09-29 09:49:10下载
    积分:1
  • Shadow-Detection
    阴影检测,基于OpenCV用于对图像中阴影的检测(Shadow detection, OpenCV for image shadow detection)
    2021-04-11 19:08:58下载
    积分:1
  • A-joint-demosaicking-zooming
    功能:去模糊/去马赛克 A joint demosaicking-zooming scheme for single chip digital color cameras(2007)论文以及源码(Function: to blur/demosaicing A joint demosaicking-zooming scheme for single chip digital color cameras (2007) paper and source code)
    2011-11-24 15:48:30下载
    积分:1
  • Untitled5
    凸多边形检测和显示--先把图像中的显著区域提取出来,然后用最小凸多边形囊括显著区域,并把凸多边形显示出来(Convex polygon detection and show- first images extracted significant area, and then use the smallest convex polygon covering a significant area, and the convex polygon displayed)
    2009-05-08 10:37:45下载
    积分:1
  • GS_Angular_spectrum
    说明:  傅里叶变换中的角谱衍射理论,GS算法实现(Angle spectrum diffraction theory in Fourier transform, Realization with GS algorithm)
    2021-03-15 13:19:22下载
    积分:1
  • goldstein_filt_revised
    classic goldstein filter by matlab for interferogram phase noise filtering(classic goldstein filter by matlab)
    2020-11-14 01:09:42下载
    积分:1
  • mcmc
    马尔科夫蒙特卡罗的matlab实现程序。上传分享,希望可以借鉴他人更好的。(Monte Carlo matlab procedures. Upload and share the hope that we can learn from others better)
    2012-12-05 09:23:27下载
    积分:1
  • 手写体提取
    实现对邮票中手写字符的提取,得出灰度直方图,平滑算法,锐化算法以及输出二值化图像(Realization of the extraction of handwritten characters in stamps)
    2018-05-31 23:10:35下载
    积分:1
  • tv
    matlab程序 关于用变分法去除图像噪声 非常具有参考 价值 希望对学习图像去噪的同学 有帮助(matlab program on the use of variational method to remove image noise very reference value I hope to learn denoising help students)
    2013-08-20 22:10:57下载
    积分:1
  • RGB2HSI
    图像处理中的RGB颜色空间和HSI颜色空间互相转换的程序(Image processing RGB color space and the HSI color space mutual conversion process)
    2016-10-21 21:03:44下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载