how does code work in identify the images?

inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);

回答(1 个)

See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.

产品

版本

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by