资源简介
实现文章“Image Denoising Via Sparse and Redundant
Representations Over Learned Dictionaries”中的降噪算法
代码片段和文件信息
% KSVD running file
% in this file a synthetic test of the K-SVD algorithm is performed. First
% a random dictionary with normalized columns is being generated and then
% a set of data signals each as a linear combination of 3 dictionary
% element is created with noise level of 20SNR. this set is given as input
% to the K-SVD algorithm.
% a different mode for activating the K-SVD algorithm is until a fixed
% error is reached in the Sparse coding stage instead until a fixed number of coefficients is found
% (it was used by us for the
% denoising experiments). in order to switch between those two modes just
% change the param.errorFlag (0 - for fixed number of coefficients 1 -
% until a certain error is reached).
param.L = 3; % number of elements in each linear co
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 185727 2005-09-11 15:43 KSVD\barbara.png
文件 177762 2005-09-11 15:44 KSVD\boat.png
文件 1907 2009-09-03 10:54 KSVD\demo1.m
文件 3561 2006-12-12 09:13 KSVD\demo2.m
文件 8504 2006-12-28 13:57 KSVD\demo3.m
文件 5409 2011-03-15 16:24 KSVD\denoiseImageDCT.asv
文件 5426 2007-01-24 07:53 KSVD\denoiseImageDCT.m
文件 6046 2006-12-12 09:18 KSVD\denoiseImageGlobal.m
文件 9087 2011-03-15 16:02 KSVD\denoiseImageKSVD.m
文件 3246 2007-01-25 08:39 KSVD\displayDictionaryElementsAsImage.asv
文件 3224 2011-03-15 15:24 KSVD\displayDictionaryElementsAsImage.m
文件 1896 2006-12-11 14:25 KSVD\gererateSyntheticDictionaryAndData.m
文件 5749450 2005-09-21 08:35 KSVD\globalTrainedDictionary.mat
文件 34985 2005-09-11 15:44 KSVD\house.png
文件 66020 2011-03-15 13:40 KSVD\house.tif
文件 12292 2009-09-03 10:54 KSVD\KSVD.m
文件 11585 2006-12-28 14:02 KSVD\KSVD_NN.m
文件 151199 2005-09-11 15:44 KSVD\lena.png
文件 264594 2011-03-15 14:08 KSVD\lena.tif
文件 8053 2006-12-12 08:35 KSVD\MOD.m
文件 631 2006-12-11 09:56 KSVD\my_im2col.m
文件 1105 2006-12-24 16:00 KSVD\NN_BP.m
文件 954 2007-04-29 10:17 KSVD\OMP.m
文件 1083 2006-12-11 15:08 KSVD\OMPerr.m
文件 40181 2002-08-29 17:48 KSVD\peppers256.png
文件 4802 2006-12-28 14:11 KSVD\README.txt
文件 185727 2005-09-11 15:43 KSVD\复件 barbara.png
文件 177762 2005-09-11 15:44 KSVD\复件 boat.png
文件 34985 2005-09-11 15:44 KSVD\复件 house.png
文件 151199 2005-09-11 15:44 KSVD\复件 lena.png
............此处省略4个文件信息
相关资源
- sparse_representation 最热门的稀疏表示的
- sparse
-
ob
ject-Recognition-via-Sparse-PCA 利用稀疏 - FinalProject_rc2748
- lbjz 用matlab做的基于小波降噪和自适应
- Sparse-Coding-and-Dictionary 对图像稀疏编码
- Exercise1-Sparse-Autoencoder 网址:http://d
- Deep-Learning
- Sparse_Representations_classifier 一个常用的
- CEEMD-Noise
- sparsecoding 稀疏编码在图像分类中的实
- sparse-subspace-clustering 关于稀疏子空间
- svd 对一个信号进行奇异值分解
- Sparse-representation 稀疏表示的matlab代码
- SparseLab200-Core 的方法。这类方法首先
- LKpticalFlow LK光流算法
- ScSR
- SVD 对lorenz信号的(svd)奇异值分解降
- sparse-decomposition 基于稀疏表示的卡通
- Sparse Bayesian Learning -压缩感知
-
PCA降噪在Raw域(PCA-ba
sed Spatially Ad - 小波包降噪和提升小波降噪的对比
- 医学图像降噪自适应均值滤波AMF 算法
- 基于RLS算法的多麦克风降噪
- matlab 谱减法降噪程序
- 基于matlab的语音噪声信号处理
评论
共有 条评论