im2col3

バージョン 1.0 (13 KB) 作成者: Yury
A 3D analog of MatLab's im2col
ダウンロード: 37
更新 2021/5/27

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 リポジトリにアクセスしてください。