登录
首页 » matlab » CSR_Denoising

CSR_Denoising

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

  • Wavelet-Denoising
    用小波去噪,不同尺度下的阀值去噪,去噪效果的对比(With wavelet denoising threshold denoising different scales, denoising effect contrast)
    2013-04-10 23:00:07下载
    积分:1
  • fenshuiling_2
    改进的分水岭算法,利用基于重建的开闭算法,有效的解决了过分割问题,尤其适用与医疗血细胞的分割问题(Improved watershed algorithm, based on the reconstruction of the opening and closing algorithm, effectively resolved the issue of over-segmentation, in particular with the medical application of the division of blood cells)
    2007-12-26 15:27:37下载
    积分:1
  • boxFilter
    盒状滤波器,可以用来用来对图像进行滤波,对图像的预处理(Box-shaped filter can be used for image filtering, pre-processing of the image)
    2016-05-12 10:41:30下载
    积分:1
  • 81404615KSVD
    说明:  ksvd图像去噪代码,可以学习使用。提升自己的技能。(The ksvd image denoising code can be learned to use. Improve your skills.)
    2019-11-21 21:20:35下载
    积分:1
  • tuxiangfenge
    利用最大类间方差算法求取自动阈值,实现图像分割(Using the maximum inter class variance algorithm for automatic threshold, image segmentation)
    2015-06-01 19:57:07下载
    积分:1
  • 直接序列扩频水印的嵌入与提取
    说明:  实现直接序列扩频水印的嵌入与提取。基于待嵌入消息生成二进制水印序列,生成扩频码,用消息序列调制生成水印序列。依次处理灰度图像的每一个载体图像像素,根据相应位置 水印序列完成嵌入修改。(Realize the embedding and extraction of direct sequence spread spectrum watermark. The binary watermark sequence is generated based on the message to be embedded, the spread spectrum code is generated, and the watermark sequence is generated by message sequence modulation. Each carrier image pixel of gray image is processed in turn, and the embedding modification is completed according to the corresponding position watermark sequence.)
    2020-12-06 20:19:23下载
    积分:1
  • object_tracking_based_on_kalman
    实现基于卡尔曼滤波器的多目标跟踪,可进行相关了解与研究(object tracking based on kalman)
    2019-06-06 09:40:59下载
    积分:1
  • LMS_NLMS
    实现基本的LMS算法和归一化LMS算法学习曲线的比较仿真(LMS algorithm and normalized LMS algorithm learning curve comparing simulation)
    2012-05-27 00:32:42下载
    积分:1
  • imagefusecode
    图像融合程序代码-matlab版本,对大家很有用哦(Image fusion program code-matlab version, useful for all of us, oh)
    2008-01-25 20:24:18下载
    积分:1
  • winform 浮雕效果的 例子
    winform 浮雕效果的图像 例子
    2021-05-07 16:43:36下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载