Mercurial > hg > smallbox
comparison examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsSPAMS.m @ 25:cbf3521c25eb
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:33:13 +0000 |
parents | cd55209c69e1 |
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 2009 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 % It calls generateImageDenoiseProblem that will let you to choose image, | 14 % It calls generateImageDenoiseProblem that will let you to choose image, |
5 % add noise and use noisy image to generate training set for dictionary | 15 % add noise and use noisy image to generate training set for dictionary |
6 % learning. | 16 % learning. |
14 % - SPAMS - J. Mairal, F. Bach, J. Ponce and G. Sapiro. Online | 24 % - SPAMS - J. Mairal, F. Bach, J. Ponce and G. Sapiro. Online |
15 % Dictionary Learning for Sparse Coding. International | 25 % Dictionary Learning for Sparse Coding. International |
16 % Conference on Machine Learning,Montreal, Canada, 2009 | 26 % Conference on Machine Learning,Montreal, Canada, 2009 |
17 % | 27 % |
18 % | 28 % |
19 % Ivan Damnjanovic 2010 | |
20 %% | 29 %% |
21 | 30 |
22 clear; | 31 clear; |
23 | 32 |
24 % If you want to load the image outside of generateImageDenoiseProblem | 33 % If you want to load the image outside of generateImageDenoiseProblem |