comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.m @ 220:0d30f9074dd9

Merge
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 11 Apr 2012 15:56:39 +0100
parents 9c418bea7f6a
children
comparison
equal deleted inserted replaced
165:775caafd5651 220:0d30f9074dd9
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