how does code work in identify the images?

1 Ansicht (letzte 30 Tage)
Saktheeswaran Mohan
Saktheeswaran Mohan am 17 Jul. 2021
Beantwortet: Image Analyst am 17 Jul. 2021
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
  1 Kommentar
Rik
Rik am 17 Jul. 2021
Did you read the documentation for these two functions?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Produkte


Version

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by