• 大小: 0.14M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-04-18
  • 语言: Matlab
  • 标签: ksvd  matlab  OMP  MP  MP算法  

资源简介

Kernel KSVD/KSVD/OMP/MP/KMOP算法

资源截图

代码片段和文件信息

basedir = pwd; 

str = computer ; 

if strcmpi(str(1:2)‘pc‘)
    slash = ‘\‘ ; 
else
    slash = ‘/‘ ; 
end

addpath([basedir slash ‘HelpFunction‘ ]);
addpath([basedir slash ‘KernelKSVD‘ ])  ;
addpath([basedir slash ‘KernelOMP‘ ])   ;
addpath([basedir slash ‘KSVD‘ slash ‘ksvdbox13‘ ])   ;
addpath([basedir slash ‘KSVD‘ slash ‘ompbox10‘ ])   ;

cd([basedir slash ‘HelpFunction‘]) 
if any(ismember(str‘64‘))
    mex(‘hist_isect_c.c‘ ‘-largeArrayDims‘) ; 
else    
    mex(‘hist_isect_c.c‘); 
end

cd([basedir slash ‘KSVD‘ slash ‘ksvdbox13‘ slash ‘private‘]);
make; 

cd([basedir slash ‘KSVD‘ slash ‘ompbox10‘ slash ‘private‘]);
make

cd(basedir) ; 

display(‘done!‘);








 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-05-21 11:45  KernelDictionary\Demo\
     文件        4231  2013-05-18 12:06  KernelDictionary\Demo\mnist_classify_ksvd.m
     文件        2337  2013-05-16 19:22  KernelDictionary\Demo\usps_classify.m
     目录           0  2013-05-21 11:38  KernelDictionary\HelpFunction\
     文件        2263  2013-05-14 22:02  KernelDictionary\HelpFunction\gram.m
     文件        2313  2012-02-10 07:15  KernelDictionary\HelpFunction\hist_isect_c.c
     目录           0  2013-05-21 11:32  KernelDictionary\KernelKSVD\
     文件        2622  2013-05-16 17:02  KernelDictionary\KernelKSVD\KKSVD.m
     文件        1393  2011-10-29 12:28  KernelDictionary\KernelKSVD\KMOD.m
     文件         272  2013-05-16 17:26  KernelDictionary\KernelKSVD\Knorms.m
     文件         531  2011-11-09 12:51  KernelDictionary\KernelKSVD\project_onto_kksvd.m
     目录           0  2013-05-21 11:32  KernelDictionary\KernelOMP\
     文件         856  2013-05-16 19:22  KernelDictionary\KernelOMP\KOMP.m
     文件        2479  2013-05-10 13:44  KernelDictionary\KernelOMP\KOMP_Slow.m
     目录           0  2013-05-21 11:32  KernelDictionary\KSVD\
     目录           0  2013-05-21 11:32  KernelDictionary\KSVD\ksvdbox13\
     文件        1068  2009-08-03 18:34  KernelDictionary\KSVD\ksvdbox13\Contents.m
     文件        4430  2009-10-18 02:00  KernelDictionary\KSVD\ksvdbox13\faq.txt
     文件       19222  2012-10-30 23:07  KernelDictionary\KSVD\ksvdbox13\ksvd.m
     文件        1734  2011-03-07 16:03  KernelDictionary\KSVD\ksvdbox13\ksvddemo.m
     文件       10724  2009-10-03 21:16  KernelDictionary\KSVD\ksvdbox13\ksvddenoise.m
     文件        2415  2009-08-24 17:32  KernelDictionary\KSVD\ksvdbox13\ksvddenoisedemo.m
     文件       13711  2009-10-18 02:02  KernelDictionary\KSVD\ksvdbox13\ksvdver.m
     文件         147  2011-03-05 13:43  KernelDictionary\KSVD\ksvdbox13\normalize_col.m
     文件        1057  2009-07-27 23:40  KernelDictionary\KSVD\ksvdbox13\odct2dict.m
     文件        1149  2009-07-27 23:40  KernelDictionary\KSVD\ksvdbox13\odct3dict.m
     文件         452  2009-07-27 23:40  KernelDictionary\KSVD\ksvdbox13\odctdict.m
     文件        1459  2009-07-27 23:40  KernelDictionary\KSVD\ksvdbox13\odctndict.m
     文件       10423  2009-10-03 21:16  KernelDictionary\KSVD\ksvdbox13\ompdenoise.m
     文件        4084  2009-09-07 12:13  KernelDictionary\KSVD\ksvdbox13\ompdenoise1.m
     文件        4059  2009-09-07 12:13  KernelDictionary\KSVD\ksvdbox13\ompdenoise2.m
............此处省略70个文件信息

评论

共有 条评论