What is this code used for?
Show older comments
[labeledImage, numberOfObjcts]=bwlabel(......); What is this code used for?
Answers (1)
Steven Lord
on 23 Apr 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 Comment
ABDULLAH ENESQ YAKUT
on 23 Apr 2021
Edited: ABDULLAH ENESQ YAKUT
on 23 Apr 2021
Categories
Find more on Data Import and Analysis in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!