changeset 115:921f9931c84f sup_158_IMG_Processing_toolbox_

IMP toolbox dependency removed from SMALL_ImgDeNoiseResult
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Tue, 24 May 2011 16:13:04 +0100
parents 04cce72a4dc8
children 5b2ae0af72f9
files util/SMALL_ImgDeNoiseResult.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/util/SMALL_ImgDeNoiseResult.m	Tue May 24 15:14:39 2011 +0100
+++ b/util/SMALL_ImgDeNoiseResult.m	Tue May 24 16:13:04 2011 +0100
@@ -37,7 +37,7 @@
     else
         D = SMALL.DL(i-1).D;
     end
-    dictimg = showdict(D,SMALL.Problem.blocksize,...
+    dictimg = SMALL_showdict(D,SMALL.Problem.blocksize,...
         round(sqrt(size(D,2))),round(sqrt(size(D,2))),'lines','highcontrast');
     
     subplot(2,m,m+i);imagesc(dictimg);axis off; axis image;