What is this code used for?
显示 更早的评论
[labeledImage, numberOfObjcts]=bwlabel(......); What is this code used for?
回答(1 个)
Steven Lord
2021-4-23
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 个评论
ABDULLAH ENESQ YAKUT
2021-4-23
编辑:ABDULLAH ENESQ YAKUT
2021-4-23
类别
在 帮助中心 和 File Exchange 中查找有关 Data Import and Analysis 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!