comparison Problems/generateImageDenoiseProblem.m @ 129:5a6cef81227e

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Mon, 13 Jun 2011 14:58:00 +0100
parents 8e660fd14774
children f42aa8bcb82f
comparison
equal deleted inserted replaced
127:6f78b069e541 129:5a6cef81227e
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: