Find neighbouring voxels

Very simple function to find the 26 (or less) neighbouring indices of an voxel in a 3-D volume.
357 descargas
Actualizado 11 oct 2013

Ver licencia

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

Citar como

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

Compatibilidad con la versión de MATLAB
Se creó con R2012b
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre 3-D Volumetric Image Processing en Help Center y MATLAB Answers.
Etiquetas Añadir etiquetas

Community Treasure Hunt

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

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

just edited my comments

1.0.0.0