Find neighbouring voxels

Very simple function to find the 26 (or less) neighbouring indices of an voxel in a 3-D volume.
ダウンロード: 357
更新 2013/10/11

ライセンスの表示

Very simple function to find the 26 (or less if near the borders) neighbouring indices of an voxel in a 3-D volume given it's index position, which can be useful for image processing. I thought this was a built in function in Matlab but it does not appear to be, so maybe this saves you some time.

Use the sub2ind function to get the index position of the i,j,k voxel

引用

Patrick Granton (2024). Find neighbouring voxels (https://www.mathworks.com/matlabcentral/fileexchange/43861-find-neighbouring-voxels), MATLAB Central File Exchange. 取得済み .

MATLAB リリースの互換性
作成: R2012b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB Answers3-D Volumetric Image Processing についてさらに検索
タグ タグを追加

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
バージョン 公開済み リリース ノート
1.1.0.0

just edited my comments

1.0.0.0