What is this code used for?
Afficher commentaires plus anciens
[labeledImage, numberOfObjcts]=bwlabel(......); What is this code used for?
Réponses (1)
Steven Lord
le 23 Avr 2021
We can't say what it's used for in your application because you haven't told us anything about the context in which it is called. But if you want to know what the bwlabel function does in general, if you have Image Processing Toolbox installed I recommend reading the documentation page for the function.
doc bwlabel
If you don't have Image Processing Toolbox, go to the Support section of this site and search for bwlabel to find the documentation page for the function in the most recent release of Image Processing Toolbox.
1 commentaire
ABDULLAH ENESQ YAKUT
le 23 Avr 2021
Modifié(e) : ABDULLAH ENESQ YAKUT
le 23 Avr 2021
Catégories
En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!