Connected-component labeling
This function is partly based on the two-pass algorithm, described here:
http://en.wikipedia.org/wiki/Connected-component_labeling
I did not make use of the disjoint data set structure (at least that I am aware of) to connect the linked labels.
The same functionality is available in the image processing toolbox as the function bwlabel, but this function can be useful for those who want to study the implementation of the algorithm, or those who do not have access to the toolbox.
Citation pour cette source
André Ødegårdstuen (2026). Connected-component labeling (https://fr.mathworks.com/matlabcentral/fileexchange/45480-connected-component-labeling), MATLAB Central File Exchange. Extrait(e) le .
Compatibilité avec les versions de MATLAB
Plateformes compatibles
Windows macOS LinuxCatégories
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation >
Tags
Découvrir Live Editor
Créez des scripts avec du code, des résultats et du texte formaté dans un même document exécutable.
| Version | Publié le | Notes de version | |
|---|---|---|---|
| 1.0.0.0 |
