# HG changeset patch # User Ivan # Date 1311677788 -3600 # Node ID b8db4285e0cabdac4938d1c6e69eca6c18573411 # Parent 31d2864dfdd421f472e9665dcec220af17c329f9 Call to compile ompGabor mex files inserted into setup script diff -r 31d2864dfdd4 -r b8db4285e0ca SMALLboxSetup.m --- a/SMALLboxSetup.m Mon Jul 25 17:27:05 2011 +0100 +++ b/SMALLboxSetup.m Tue Jul 26 11:56:28 2011 +0100 @@ -282,6 +282,13 @@ cd(SMALL_path); end +%% fast omp for Gabor dictionary + +if ~(exist('omp2Gabor')==3) + cd([SMALL_path,FS,'solvers', FS,'SMALL_ompGabor']); + make +cd(SMALL_path); +end %% if ~exist('ksvdver.m','file') fprintf('\n ******************************************************************');