comparison Problems/generateImageDenoiseProblem.m @ 178:4ea4badb2266 danieleb

added ramirez dl (to be completed) and MOCOD dictionary update
author Daniele Barchiesi <daniele.barchiesi@eecs.qmul.ac.uk>
date Thu, 17 Nov 2011 11:22:17 +0000
parents f42aa8bcb82f
children 9c418bea7f6a
comparison
equal deleted inserted replaced
177:714fa7b8c1ad 178:4ea4badb2266
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.