comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.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 855025f4c779
children
comparison
equal deleted inserted replaced
165:775caafd5651 186:9c418bea7f6a
31 % Here we are loading test_image.mat that contains structure with 5 images : lena, 31 % Here we are loading test_image.mat that contains structure with 5 images : lena,
32 % barbara,boat, house and peppers. 32 % barbara,boat, house and peppers.
33 clear; 33 clear;
34 TMPpath=pwd; 34 TMPpath=pwd;
35 FS=filesep; 35 FS=filesep;
36 [pathstr1, name, ext, versn] = fileparts(which('SMALLboxSetup.m')); 36 [pathstr1, name, ext] = fileparts(which('SMALLboxSetup.m'));
37 cd([pathstr1,FS,'data',FS,'images']); 37 cd([pathstr1,FS,'data',FS,'images']);
38 load('test_image.mat'); 38 load('test_image.mat');
39 cd(TMPpath); 39 cd(TMPpath);
40 40
41 % Deffining the noise levels that we want to test 41 % Deffining the noise levels that we want to test