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!