comparison SMALLboxSetup.m @ 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 19e0af570914
comparison
equal deleted inserted replaced
140:31d2864dfdd4 141:b8db4285e0ca
280 cd([SMALL_path,FS,'util',FS,'ksvd utils']); 280 cd([SMALL_path,FS,'util',FS,'ksvd utils']);
281 make 281 make
282 cd(SMALL_path); 282 cd(SMALL_path);
283 end 283 end
284 284
285 %% fast omp for Gabor dictionary
286
287 if ~(exist('omp2Gabor')==3)
288 cd([SMALL_path,FS,'solvers', FS,'SMALL_ompGabor']);
289 make
290 cd(SMALL_path);
291 end
285 %% 292 %%
286 if ~exist('ksvdver.m','file') 293 if ~exist('ksvdver.m','file')
287 fprintf('\n ******************************************************************'); 294 fprintf('\n ******************************************************************');
288 fprintf('\n\n Initialising OMPbox and KSVDBox Setup'); 295 fprintf('\n\n Initialising OMPbox and KSVDBox Setup');
289 296