batch-omp

所属分类:matlab编程
开发工具:matlab
文件大小:847KB
下载次数:54
上传日期:2014-01-05 18:21:19
上 传 者shizrong
说明:  KSVDBox - Implementation of the K-SVD and K-SVD denoise algorithms.
(K-SVD dictionary training. ksvd - K-SVD dictionary training. Signal denoising. ompdenoise - OMP denoising. ompdenoise1 - OMP denoising of 1-D signals. ompdenoise2 - OMP denoising of 2-D signals. ompdenoise3 - OMP denoising of 3-D signals. ksvddenoise - K-SVD denoising. Overcomplete DCT dictionary. odctdict - Overcomplete DCT dictionary. odct2dict - 2-D overcomplete DCT dictionary. odct3dict - 3-D overcomplete DCT dictionary. odctndict - Multi-dimensional overcomplete DCT dictionary. Demonstrations. ksvddemo - K-SVD training demonstration. ksvddenoisedemo- K-SVD denoising demonstration. Miscellaneous. showdict - Display a dictionary of image patches. ksvdver - K-SVD toolbox version information.)

文件列表:
batch omp\ksvdbox13\Contents.m (1068, 2009-08-03)
batch omp\ksvdbox13\faq.txt (4348, 2009-10-18)
batch omp\ksvdbox13\images\barbara.png (185727, 2009-07-27)
batch omp\ksvdbox13\images\boat.png (177762, 2009-07-27)
batch omp\ksvdbox13\images\house.png (34985, 2009-07-27)
batch omp\ksvdbox13\images\lena.png (151199, 2009-07-27)
batch omp\ksvdbox13\images\peppers.png (233120, 2009-07-27)
batch omp\ksvdbox13\ksvd.m (19222, 2009-10-12)
batch omp\ksvdbox13\ksvddemo.m (1736, 2009-07-27)
batch omp\ksvdbox13\ksvddenoise.m (10724, 2009-10-03)
batch omp\ksvdbox13\ksvddenoisedemo.m (2415, 2009-08-24)
batch omp\ksvdbox13\ksvdver.m (13711, 2009-10-18)
batch omp\ksvdbox13\odct2dict.m (1057, 2009-07-27)
batch omp\ksvdbox13\odct3dict.m (1149, 2009-07-27)
batch omp\ksvdbox13\odctdict.m (452, 2009-07-27)
batch omp\ksvdbox13\odctndict.m (1459, 2009-07-27)
batch omp\ksvdbox13\ompdenoise.m (10423, 2009-10-03)
batch omp\ksvdbox13\ompdenoise1.m (4084, 2009-09-07)
batch omp\ksvdbox13\ompdenoise2.m (4059, 2009-09-07)
batch omp\ksvdbox13\ompdenoise3.m (4229, 2009-09-07)
batch omp\ksvdbox13\private\addtocols.c (1915, 2009-07-27)
batch omp\ksvdbox13\private\addtocols.m (303, 2009-07-27)
batch omp\ksvdbox13\private\add_dc.m (830, 2009-07-27)
batch omp\ksvdbox13\private\col2imstep.c (3924, 2009-08-31)
batch omp\ksvdbox13\private\col2imstep.m (1001, 2009-08-31)
batch omp\ksvdbox13\private\collincomb.c (4255, 2009-07-27)
batch omp\ksvdbox13\private\collincomb.m (832, 2009-07-27)
batch omp\ksvdbox13\private\countcover.m (1178, 2009-09-01)
batch omp\ksvdbox13\private\dictdist.m (1839, 2009-07-27)
batch omp\ksvdbox13\private\im2colstep.c (3388, 2009-10-18)
batch omp\ksvdbox13\private\im2colstep.m (1341, 2009-09-01)
batch omp\ksvdbox13\private\imnormalize.m (477, 2009-07-27)
batch omp\ksvdbox13\private\iswhole.m (470, 2009-07-27)
batch omp\ksvdbox13\private\make.m (857, 2009-08-31)
batch omp\ksvdbox13\private\mexutils.c (2219, 2009-08-15)
batch omp\ksvdbox13\private\mexutils.h (3655, 2009-08-18)
batch omp\ksvdbox13\private\normcols.m (346, 2009-07-27)
batch omp\ksvdbox13\private\printf.m (693, 2009-07-27)
batch omp\ksvdbox13\private\reggrid.m (4708, 2009-07-27)
batch omp\ksvdbox13\private\remove_dc.m (1019, 2009-07-27)
... ...

OMPBox v10 README October 18, 2009 OMPBox installation: -------------------- 1. Unpack the contents of the compressed file to a new directory, named e.g. "ompbox". 2. If you have not done so before, configure Matlab's MEX compiler by entering >> mex -setup prior to using MAKE. For optimal performance, it is recommended that you select a compiler that performs optimizations. For instance, in Windows, MS Visual Studio is preferred to Lcc. 3. Within Matlab, navigate to the OMPBox directory, and then to the "private" directory within it, and enter MAKE to run the compilation script. 4. Add the OMPBox package directory to the Matlab path (you can use the ADDPATH command for this). Do not add the private directory to the path. OMPBox quick start: ------------------- 1. Enter "ompdemo" at the Matlab command prompt to run a short demo of the package. 2. Enter "ompspeedtest" to test the speed of the various OMP implementations. 3. For a complete list of functions in the package, enter >> help ompbox This assumes the package was installed to a directory named "ompbox". If not, replace ompbox in the above with the (unqualified) name of the OMPBox installation directory. Also see faq.txt for some frequently asked questions about the package.

近期下载者

相关文件


收藏者