Mercurial > hg > smallbox
diff Problems/generateImageDenoiseProblem.m @ 21:0211faef9add
(none)
author | idamnjanovic |
---|---|
date | Tue, 27 Apr 2010 13:31:44 +0000 |
parents | ec86452113ed |
children | 2c59257d734c |
line wrap: on
line diff
--- a/Problems/generateImageDenoiseProblem.m Thu Apr 15 10:15:13 2010 +0000 +++ b/Problems/generateImageDenoiseProblem.m Tue Apr 27 13:31:44 2010 +0000 @@ -1,7 +1,15 @@ function data=generateImageDenoiseProblem(im, trainnum, blocksize, dictsize, sigma, gain, maxval, initdict); %%% Generate Image Denoising Problem -% Ivan Damnjanovic 2010 % +% Centre for Digital Music, Queen Mary, University of London. +% This file copyright 2010 Ivan Damnjanovic. +% +% This program is free software; you can redistribute it and/or +% modify it under the terms of the GNU General Public License as +% published by the Free Software Foundation; either version 2 of the +% License, or (at your option) any later version. See the file +% COPYING included with this distribution for more information. +% % generateImageDenoiseProblem is a part of the SMALLbox and generates % a problem that can be used for comparison of Dictionary Learning/Sparse % Representation techniques in image denoising scenario.