comparison SMALLboxSetup.m @ 245:96d17e5dc5d3

Replaced the call to SMALL_ImgDenoise_DL_test_KSVDvsSPAMS with SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD in Example 2 of SMALLBoxSetup.m.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Wed, 31 Oct 2012 11:53:07 +0000
parents 609dc3345ef0
children cef4500b936f
comparison
equal deleted inserted replaced
242:ae649f2349a1 245:96d17e5dc5d3
471 case{'1'} 471 case{'1'}
472 fprintf('\n Running SMALL_solver_test problem'); 472 fprintf('\n Running SMALL_solver_test problem');
473 SMALL_solver_test; 473 SMALL_solver_test;
474 case{'2'} 474 case{'2'}
475 fprintf('\n Running SMALL Image Denoise problem'); 475 fprintf('\n Running SMALL Image Denoise problem');
476 SMALL_ImgDenoise_DL_test_KSVDvsSPAMS; 476 SMALL_ImgDenoise_DL_test_KSVDvsRLSDLAvsTwoStepMOD.m;
477 otherwise 477 otherwise
478 return; 478 return;
479 end 479 end
480 480
481 end 481 end