comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsTwoStepKSVD.m @ 187:3cc204120431 luisf_dev

Merge from branch "bug_386"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 09 Feb 2012 17:26:45 +0000
parents 9c418bea7f6a
children
comparison
equal deleted inserted replaced
185:a0e0982a17fe 187:3cc204120431
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