diff util/SMALL_showdict.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 028599837f1d
children
line wrap: on
line diff
--- a/util/SMALL_showdict.m	Wed May 25 15:30:34 2011 +0100
+++ b/util/SMALL_showdict.m	Mon Jun 13 14:55:45 2011 +0100
@@ -1,7 +1,7 @@
 function x = SMALL_showdict(D,sz,n,m,varargin)
 %% SMALL_SHOWDICT Display a dictionary of image patches.
-%%  Reimplementation of showdict function from KSVD toolbox with Image
-%%  Processing toolbox dependecies removed
+%  Reimplementation of showdict function from KSVD toolbox with Image
+%  Processing toolbox dependecies removed
 %
 %  SMALL_SHOWDICT(D,SZ,N,M) displays the contents of the dictionary D, whos
 %  columns are 2-D image patches (in column-major order). SZ = [SX SY] is
@@ -25,7 +25,6 @@
 %  X = SMALL_SHOWDICT(...) returns a bitmat of the dictionary image without
 %  displaying the figure.
 
-
 %   Centre for Digital Music, Queen Mary, University of London.
 %   This file copyright 2011 Ivan Damnjanovic.
 %