comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_SPAMS_lambda.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
88 % (backward compatiblity with SPARCO: solver structure communicate 88 % (backward compatiblity with SPARCO: solver structure communicate
89 % only with Problem structure, ie no direct communication between DL and 89 % only with Problem structure, ie no direct communication between DL and
90 % solver structures) 90 % solver structures)
91 91
92 SMALL.Problem.A = SMALL.DL(1).D; 92 SMALL.Problem.A = SMALL.DL(1).D;
93 SMALL.Problem.reconstruct = @(x) ImgDenoise_reconstruct(x, SMALL.Problem); 93 SMALL.Problem.reconstruct = @(x) ImageDenoise_reconstruct(x, SMALL.Problem);
94 94
95 %% 95 %%
96 % Initialising solver structure 96 % Initialising solver structure
97 % Setting solver structure fields (toolbox, name, param, solution, 97 % Setting solver structure fields (toolbox, name, param, solution,
98 % reconstructed and time) to zero values 98 % reconstructed and time) to zero values