Mercurial > hg > smallbox
diff examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m @ 108:b14e1f6ee4be ver_1.1
Merge
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Wed, 18 May 2011 11:50:28 +0100 |
parents | dab78a3598b6 c54e7f2b39d5 |
children | 8e660fd14774 |
line wrap: on
line diff
--- a/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m Wed May 18 11:50:12 2011 +0100 +++ b/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLA.m Wed May 18 11:50:28 2011 +0100 @@ -1,4 +1,4 @@ -%% DICTIONARY LEARNING FOR IMAGE DENOISING + %% DICTIONARY LEARNING FOR IMAGE DENOISING % This file contains an example of how SMALLbox can be used to test different % dictionary learning techniques in Image Denoising problem. % It calls generateImageDenoiseProblem that will let you to choose image, @@ -206,7 +206,7 @@ 'dictsize', SMALL.Problem.p,... 'forgettingMode', 'FIX',... 'forgettingFactor', lambda,... - 'show_dict', 500); + 'show_dict', 1000); SMALL.DL(3) = SMALL_learn(SMALL.Problem, SMALL.DL(3));