diff examples/Image Denoising/SMALL_ImgDenoise_DL_test_TwoStep_KSVD_MOD_OLS_Mailhe.m @ 224:fd0b5d36f6ad danieleb

Updated the contents of this branch with the contents of the default branch.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 12 Apr 2012 13:52:28 +0100
parents 1d134a1b6f95
children
line wrap: on
line diff
--- a/examples/Image Denoising/SMALL_ImgDenoise_DL_test_TwoStep_KSVD_MOD_OLS_Mailhe.m	Wed Mar 14 16:31:38 2012 +0000
+++ b/examples/Image Denoising/SMALL_ImgDenoise_DL_test_TwoStep_KSVD_MOD_OLS_Mailhe.m	Thu Apr 12 13:52:28 2012 +0100
@@ -36,7 +36,7 @@
 clear;
 TMPpath=pwd;
 FS=filesep;
-[pathstr1, name, ext, versn] = fileparts(which('SMALLboxSetup.m'));
+[pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));
 cd([pathstr1,FS,'data',FS,'images']);
 load('test_image.mat');
 cd(TMPpath);
@@ -262,7 +262,7 @@
 %   Setting Dictionary structure fields (toolbox, name, param, D and time)
 %   to zero values
 
-SMALL.DL(4)=SMALL_init_DL('TwoStepDL', 'mailhe', '', 1);
+SMALL.DL(4)=SMALL_init_DL('TwoStepDL', 'opt', '', 1);
 
 
 %   Defining the parameters for KSVD