diff util/SMALL_denoise.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 fc395272d53e
children
line wrap: on
line diff
--- a/util/SMALL_denoise.m	Wed May 25 15:30:34 2011 +0100
+++ b/util/SMALL_denoise.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,5 +1,14 @@
 function solver=SMALL_denoise(Problem, solver)
-%%% SMALL denoising
+%% SMALL denoising - old replaced denoising function, would go out in v2.0
+%
+%   Function gets as input SMALL structure that contains SPARCO problem to
+%   be solved, name of the toolbox and solver, and parameters file for
+%   particular solver.
+%   It is based on omp/omps denoising by Ron Rubenstein (KSVD toolbox)
+%
+%   Outputs are denoised image, psnr, number of non-zero coeficients and 
+%   time spent
+
 %
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2009 Ivan Damnjanovic.
@@ -10,13 +19,7 @@
 %   License, or (at your option) any later version.  See the file
 %   COPYING included with this distribution for more information.
 %   
-%   Function gets as input SMALL structure that contains SPARCO problem to
-%   be solved, name of the toolbox and solver, and parameters file for
-%   particular solver.
-%   It is based on omp/omps denoising by Ron Rubenstein (KSVD toolbox)
-%
-%   Outputs are denoised image, psnr, number of non-zero coeficients and 
-%   time spent
+
 %%
   
   %%%%%  denoise the signal  %%%%%