From b1d00bf1ee8398fce7c427619009f534dc7c3841 Mon Sep 17 00:00:00 2001 From: caiuspetronius <46988982+caiuspetronius@users.noreply.github.com> Date: Thu, 27 May 2021 12:54:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d629517..5f73deb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # im2col3 -A 3D analog of MatLab's im2col( I, blocksize ) with a specified step, e.g., stepsize = [ 1 1 1 ] corresponds to im2col( I, blocksize, 'sliding' ), +A 3D analog of MatLab's im2col( I, blocksize ) with a specified step. For example, stepsize = [ 1 1 1 ] corresponds to im2col( I, blocksize, 'sliding' ), while stepsize = blocksize corresponds to im2col( I, blocksize, 'distinct' ). This MatLab function extracts 3D blocks of size blocksize (3-value vector) at steps stepsize (3-value vector) from a 3D image and returns the