im2col3
A 3D analog of MatLab's im2col
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.
引用格式
Yury (2024). im2col3 (https://github.com/caiuspetronius/im2col3/releases/tag/v1.0), GitHub. 检索时间: .
MATLAB 版本兼容性
创建方式
R2021a
兼容任何版本
平台兼容性
Windows macOS Linux标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0 |
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库。