Mercurial > hg > smallbox
comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_SPAMS_lambda.m @ 25:cbf3521c25eb
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:33:13 +0000 |
parents | f72603404233 |
children | dab78a3598b6 |
comparison
equal
deleted
inserted
replaced
24:fc395272d53e | 25:cbf3521c25eb |
---|---|
1 %% DICTIONARY LEARNING FOR IMAGE DENOISING | 1 %% DICTIONARY LEARNING FOR IMAGE DENOISING |
2 % | |
3 % Centre for Digital Music, Queen Mary, University of London. | |
4 % This file copyright 2010 Ivan Damnjanovic. | |
5 % | |
6 % This program is free software; you can redistribute it and/or | |
7 % modify it under the terms of the GNU General Public License as | |
8 % published by the Free Software Foundation; either version 2 of the | |
9 % License, or (at your option) any later version. See the file | |
10 % COPYING included with this distribution for more information. | |
11 % | |
2 % This file contains an example of how SMALLbox can be used to test different | 12 % This file contains an example of how SMALLbox can be used to test different |
3 % dictionary learning techniques in Image Denoising problem. | 13 % dictionary learning techniques in Image Denoising problem. |
4 % This example can be used to test SPAMS for different values of | 14 % This example can be used to test SPAMS for different values of |
5 % parameter lambda. In no way it represents extensive testing of image | 15 % parameter lambda. In no way it represents extensive testing of image |
6 % denoising. It should only give an idea how SMALL structure can be used | 16 % denoising. It should only give an idea how SMALL structure can be used |
7 % for testing. | 17 % for testing. |
8 % | 18 % |
9 % Ivan Damnjanovic 2010 | |
10 %% | 19 %% |
11 | 20 |
12 clear all; | 21 clear all; |
13 | 22 |
14 %% Load an image | 23 %% Load an image |