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!