A 3D analog of MatLab's im2col
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
im2col3
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 blocks pixels as column vectors in the ouput 2D matrix.
Cite As
Yury (2026). im2col3 (https://github.com/caiuspetronius/im2col3/releases/tag/v1.0), GitHub. Retrieved .
General Information
- Version 1.0 (13 KB)
-
View License on GitHub
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0 |
To view or report issues in this GitHub add-on, visit the GitHub Repository.
To view or report issues in this GitHub add-on, visit the GitHub Repository.
