findNeighbours

Finds the valid 4 or 8/ 6,18 or 26 neighbors indices of a specific index (i.e. pixel/voxel) in a 2D/3D matrix.
172 téléchargements
Mise à jour 10 sept. 2018

Afficher la licence

This function is a correction and modification to findNeighbours function by Patrick Granton.
It gives the indices of valid neighbors to a pixel/voxel in a 2D/3D matrix.
Given the linear index of the pixel/voxel, the size of the 2D/3D matrix and the type of connectivity considered
(4 or 8 / 6,18 or 26 connectivity), the function gives the linear indices of the neighboring pixels/voxels within the matrix size.

Citation pour cette source

Ahmed Zankoor (2024). findNeighbours (https://www.mathworks.com/matlabcentral/fileexchange/68549-findneighbours), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2018a
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Tags Ajouter des tags

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
2.0.2

Added getting neighbors to pixels (elements) in a 2D image (matrix).

2.0.1

Thanks to Patrick Granton

2.0.0