diff util/SMALL_ImgDeNoiseResult.m @ 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 62f20b91d870
children 002ec1b2ceff
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;