Mercurial > hg > smallbox
comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_SPAMS_lambda.m @ 164:4205744092e6 release_1.9
Merge from branch "ivand_dev"
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Wed, 07 Sep 2011 14:17:30 +0100 |
parents | f42aa8bcb82f |
children | 9c418bea7f6a |
comparison
equal
deleted
inserted
replaced
151:af5abc34a5e1 | 164:4205744092e6 |
---|---|
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 |