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.
Citar como
André Ødegårdstuen (2025). Connected-component labeling (https://es.mathworks.com/matlabcentral/fileexchange/45480-connected-component-labeling), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Image Processing and Computer Vision > Computer Vision Toolbox > Recognition, Object Detection, and Semantic Segmentation >
Etiquetas
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
| Versión | Publicado | Notas de la versión | |
|---|---|---|---|
| 1.0.0.0 |
