comparison Problems/generateImageDenoiseProblem.m @ 161:f42aa8bcb82f ivand_dev

debug and clean the SMALLbox Problems code
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 31 Aug 2011 12:02:19 +0100
parents 8e660fd14774
children 9c418bea7f6a
comparison
equal deleted inserted replaced
155:b14209313ba4 161:f42aa8bcb82f
1 function data=generateImageDenoiseProblem(im, trainnum, blocksize, dictsize, sigma, gain, maxval, initdict); 1 function data = generateImageDenoiseProblem(im, trainnum, blocksize,...
2 dictsize, sigma, gain, maxval, initdict)
2 %% Generate Image Denoising Problem 3 %% Generate Image Denoising Problem
3 % 4 %
4 % generateImageDenoiseProblem is a part of the SMALLbox and generates 5 % generateImageDenoiseProblem is a part of the SMALLbox and generates
5 % a problem that can be used for comparison of Dictionary Learning/Sparse 6 % a problem that can be used for comparison of Dictionary Learning/Sparse
6 % Representation techniques in image denoising scenario. 7 % Representation techniques in image denoising scenario.