comparison Problems/generateImageDenoiseProblem.m @ 164:4205744092e6 release_1.9

Merge from branch "ivand_dev"
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 07 Sep 2011 14:17:30 +0100
parents f42aa8bcb82f
children 9c418bea7f6a
comparison
equal deleted inserted replaced
151:af5abc34a5e1 164:4205744092e6
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.