Mercurial > hg > smallbox
changeset 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 | 850e90bbf4b0 |
children | 5b34af39bf9a 028599837f1d |
files | Problems/generateImageDenoiseProblem.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 %%