资源简介
KSVD稀疏表示的matlab代码,有3个demo示例,可实现一维二维信号的稀疏表示。
代码片段和文件信息
% 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-ToolBox\barbara.png
文件 177762 2005-09-11 15:44 KSVD-ToolBox\boat.png
文件 1907 2009-09-03 10:54 KSVD-ToolBox\demo1.m
文件 3576 2016-03-16 15:55 KSVD-ToolBox\demo2.m
文件 8504 2006-12-28 13:57 KSVD-ToolBox\demo3.m
文件 5426 2007-01-24 07:53 KSVD-ToolBox\denoiseImageDCT.m
文件 6046 2006-12-12 09:18 KSVD-ToolBox\denoiseImageGlobal.m
文件 9088 2007-01-24 07:53 KSVD-ToolBox\denoiseImageKSVD.m
文件 3224 2007-01-25 08:39 KSVD-ToolBox\displayDictionaryElementsAsImage.m
文件 1896 2006-12-11 14:25 KSVD-ToolBox\gererateSyntheticDictionaryAndData.m
文件 5749450 2005-09-21 08:35 KSVD-ToolBox\globalTrainedDictionary.mat
文件 34985 2005-09-11 15:44 KSVD-ToolBox\house.png
文件 12292 2009-09-03 10:54 KSVD-ToolBox\KSVD.m
文件 11585 2006-12-28 14:02 KSVD-ToolBox\KSVD_NN.m
文件 151199 2005-09-11 15:44 KSVD-ToolBox\lena.png
文件 8053 2006-12-12 08:35 KSVD-ToolBox\MOD.m
文件 631 2006-12-11 09:56 KSVD-ToolBox\my_im2col.m
文件 1105 2006-12-24 16:00 KSVD-ToolBox\NN_BP.m
文件 954 2007-04-29 10:17 KSVD-ToolBox\OMP.m
文件 1083 2006-12-11 15:08 KSVD-ToolBox\OMPerr.m
文件 40181 2002-08-29 17:48 KSVD-ToolBox\peppers256.png
目录 0 2016-04-01 14:01 KSVD-ToolBox
----------- --------- ---------- ----- ----
6414674 22
相关资源
- 采用稀疏表示的图像融合方法
- 信号稀疏表示
- sparse_representation 最热门的稀疏表示的
- SRC
- FaceRecogTool 基于稀疏表示的人脸识别系
- KSVD-for-SAR_LOG 用基于稀疏表示和KSVD字
- CSR_IR 基于稀疏表示的图像重建
- SRC 经典的稀疏表示SRC算法
- Wavelet_IRLS 压缩感知CS——采用小波变
- ScSR Jianchao Yang 的基于稀疏表示的单幅
- HaarPSRC=Vehicle-detection 运用harr特征+SR
- KSVD 稀疏表示中字典学习算法KSVD的实
- SRC 一个自己编的稀疏表示分类程序(
- Sparse_Representations_classifier 一个常用的
- Sparse-representation 稀疏表示的matlab代码
-
me
taface_ICIP 利用稀疏表示一集字典学 - RSC 人脸识别的稀疏表示识别方法将稀
- Wavelet_ROMP 压缩感知CS——采用小波变
- BPDN 基于字典学习的匹配追踪算法
- sparse-decomposition 基于稀疏表示的卡通
- SSR_DOA 稀疏表示doa估计
评论
共有 条评论