diff util/SMALL_ImgDeNoiseResult.m @ 125:002ec1b2ceff sup_158_IMG_Processing_toolbox_

cleaning up. All IMP toolbox dependencies removed
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 25 May 2011 15:29:20 +0100
parents 921f9931c84f
children
line wrap: on
line diff
--- a/util/SMALL_ImgDeNoiseResult.m	Wed May 25 15:20:04 2011 +0100
+++ b/util/SMALL_ImgDeNoiseResult.m	Wed May 25 15:29:20 2011 +0100
@@ -1,5 +1,11 @@
-function SMALL_ImgDeNoiseResult(SMALL)
+function SMALL_ImgDeNoiseResult(SMALL)   
+%%  Represents the results of Dictionary Learning for Image denoising
 %
+%   Function gets as input SMALL structure and plots  Image Denoise
+%   results: Original Image, Noisy Image and for learned dictionaries and 
+%   denoised images 
+%
+
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2010 Ivan Damnjanovic.
 %
@@ -8,10 +14,7 @@
 %   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.
-%   
-%   Function gets as input SMALL structure and plots  Image Denoise
-%   results: Original Image, Noisy Image and for learned dictionaries and 
-%   denoised images 
+%%
 
 
 figure('Name', sprintf('Image %s (training set size- %d, sigma - %d)',SMALL.Problem.name, SMALL.Problem.n, SMALL.Problem.sigma));