how does code work in identify the images?
古いコメントを表示
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
1 件のコメント
Rik
2021 年 7 月 17 日
Did you read the documentation for these two functions?
回答 (1 件)
Image Analyst
2021 年 7 月 17 日
0 投票
See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.
カテゴリ
ヘルプ センター および File Exchange で Image Segmentation についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!