changeset 141:b8db4285e0ca ivand_dev

Call to compile ompGabor mex files inserted into setup script
author Ivan <ivan.damnjanovic@eecs.qmul.ac.uk>
date Tue, 26 Jul 2011 11:56:28 +0100
parents 31d2864dfdd4
children 18700ceb895f
files SMALLboxSetup.m
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ******************************************************************');