diff Problems/ImgDenoise_reconstruct.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 5a20f4936159
children
line wrap: on
line diff
--- a/Problems/ImgDenoise_reconstruct.m	Wed May 25 15:30:34 2011 +0100
+++ b/Problems/ImgDenoise_reconstruct.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,5 +1,10 @@
 function reconstructed=ImgDenoise_reconstruct(y, Problem, SparseDict)
-%%%  Pierre Villars Example - reconstruction function
+%%  Image Denoising Problem reconstruction function
+%   
+%   This reconstruction function is using sparse representation y 
+%   in dictionary Problem.A to reconstruct the patches of the denoised
+%   image.
+
 %
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2009 Ivan Damnjanovic.
@@ -9,12 +14,8 @@
 %   published by the Free Software Foundation; either version 2 of the
 %   License, or (at your option) any later version.  See the file
 %   COPYING included with this distribution for more information.
-%   
-%   This example is based on the experiment suggested by Professor Pierre
-%   Vandergheynst on the SMALL meeting in Villars.
+%%
 
-%   using sparse representation y in dictionary Problem.A reconstruct the
-%   patches from the target image
 
 % stepsize %
 if (isfield(Problem,'stepsize'))