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!