diff examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.m @ 153:af307f247ac7 ivand_dev

Example scripts for Two Step Dictionary Learning - Image Denoising experiments.
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Fri, 29 Jul 2011 12:35:52 +0100
parents 485747bf39e0
children f42aa8bcb82f
line wrap: on
line diff
--- a/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.m	Thu Jul 28 15:49:32 2011 +0100
+++ b/examples/Image Denoising/SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.m	Fri Jul 29 12:35:52 2011 +0100
@@ -47,7 +47,7 @@
 
 %   Here we loop through different noise levels and images 
 
-for noise_ind=2:2
+for noise_ind=4:4
 for im_num=1:1
 
 % Defining Image Denoising Problem as Dictionary Learning
@@ -171,7 +171,6 @@
     'initdict', SMALL.Problem.initdict,...
     'dictsize', SMALL.Problem.p,...
     'iternum', 40,...
-    'mu', 0.7,...
     'show_dict', 1);
 
 %   Learn the dictionary