comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_Training_size.m @ 161:f42aa8bcb82f ivand_dev

debug and clean the SMALLbox Problems code
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 31 Aug 2011 12:02:19 +0100
parents 8e660fd14774
children 9c418bea7f6a
comparison
equal deleted inserted replaced
155:b14209313ba4 161:f42aa8bcb82f
98 % (backward compatiblity with SPARCO: solver structure communicate 98 % (backward compatiblity with SPARCO: solver structure communicate
99 % only with Problem structure, ie no direct communication between DL and 99 % only with Problem structure, ie no direct communication between DL and
100 % solver structures) 100 % solver structures)
101 101
102 SMALL.Problem.A = SMALL.DL(1).D; 102 SMALL.Problem.A = SMALL.DL(1).D;
103 SMALL.Problem.reconstruct = @(x) ImgDenoise_reconstruct(x, SMALL.Problem); 103 SMALL.Problem.reconstruct = @(x) ImageDenoise_reconstruct(x, SMALL.Problem);
104 104
105 %% 105 %%
106 % Initialising solver structure 106 % Initialising solver structure
107 % Setting solver structure fields (toolbox, name, param, solution, 107 % Setting solver structure fields (toolbox, name, param, solution,
108 % reconstructed and time) to zero values 108 % reconstructed and time) to zero values
165 % (backward compatiblity with SPARCO: solver structure communicate 165 % (backward compatiblity with SPARCO: solver structure communicate
166 % only with Problem structure, ie no direct communication between DL and 166 % only with Problem structure, ie no direct communication between DL and
167 % solver structures) 167 % solver structures)
168 168
169 SMALL.Problem.A = SMALL.DL(2).D; 169 SMALL.Problem.A = SMALL.DL(2).D;
170 SMALL.Problem.reconstruct = @(x) ImgDenoise_reconstruct(x, SMALL.Problem); 170 SMALL.Problem.reconstruct = @(x) ImageDenoise_reconstruct(x, SMALL.Problem);
171 171
172 %% 172 %%
173 % Initialising solver structure 173 % Initialising solver structure
174 % Setting solver structure fields (toolbox, name, param, solution, 174 % Setting solver structure fields (toolbox, name, param, solution,
175 % reconstructed and time) to zero values 175 % reconstructed and time) to zero values