comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 186:9c418bea7f6a bug_386

Addresses Bug #386: removed the 4th output variable (versn) in all calls of function fileparts.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 Feb 2012 17:25:14 +0000
parents f42aa8bcb82f
children
comparison
equal deleted inserted replaced
165:775caafd5651 186:9c418bea7f6a
34 % Here we are loading test_image.mat that contains structure with 5 images : lena, 34 % Here we are loading test_image.mat that contains structure with 5 images : lena,
35 % barbara,boat, house and peppers. 35 % barbara,boat, house and peppers.
36 clear; 36 clear;
37 TMPpath=pwd; 37 TMPpath=pwd;
38 FS=filesep; 38 FS=filesep;
39 [pathstr1, name, ext, versn] = fileparts(which('SMALLboxSetup.m')); 39 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));
40 cd([pathstr1,FS,'data',FS,'images']); 40 cd([pathstr1,FS,'data',FS,'images']);
41 load('test_image.mat'); 41 load('test_image.mat');
42 cd(TMPpath); 42 cd(TMPpath);
43 43
44 % Deffining the noise levels that we want to test 44 % Deffining the noise levels that we want to test