diff Problems/generateImageDenoiseProblem.m @ 111:8208316abec6 sup_158_IMG_Processing_toolbox_

create a branch for removing image processing toolbox dependencies
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Tue, 24 May 2011 12:15:20 +0100
parents 55faa9b5d1ac
children 002ec1b2ceff
line wrap: on
line diff
--- a/Problems/generateImageDenoiseProblem.m	Mon May 23 12:34:00 2011 +0100
+++ b/Problems/generateImageDenoiseProblem.m	Tue May 24 12:15:20 2011 +0100
@@ -136,7 +136,7 @@
 end
 
 %  Noisy image blocks 
-xcol=im2col(x,blocksize,'sliding');
+xcol=im2colstep(x,blocksize);
 [b1, dc] = remove_dc(xcol,'columns');
 
 %% output structure %%