Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caiuspetronius authored May 27, 2021
1 parent f6c5393 commit 998e78b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 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' ),
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
blocks pixels as row vectors in the ouput 2D matrix.

0 comments on commit 998e78b

Please sign in to comment.