comparison Problems/generateImageDenoiseProblem.m @ 128:8e660fd14774 ivand_dev

Feature 186
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:55:45 +0100
parents 002ec1b2ceff
children f42aa8bcb82f
comparison
equal deleted inserted replaced
126:db5a7fe1a404 128:8e660fd14774
1 function data=generateImageDenoiseProblem(im, trainnum, blocksize, dictsize, sigma, gain, maxval, initdict); 1 function data=generateImageDenoiseProblem(im, trainnum, blocksize, dictsize, sigma, gain, maxval, initdict);
2 %% Generate Image Denoising Problem 2 %% Generate Image Denoising Problem
3 % 3 %
4 % generateImageDenoiseProblem is a part of the SMALLbox and generates 4 % generateImageDenoiseProblem is a part of the SMALLbox and generates
5 % a problem that can be used for comparison of Dictionary Learning/Sparse 5 % a problem that can be used for comparison of Dictionary Learning/Sparse
6 % Representation techniques in image denoising scenario. 6 % Representation techniques in image denoising scenario.
7 % The function takes as an input: 7 % The function takes as an input: