how does code work in identify the images?

1 visualización (últimos 30 días)
Saktheeswaran Mohan
Saktheeswaran Mohan el 17 de Jul. de 2021
Respondida: Image Analyst el 17 de Jul. de 2021
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
  1 comentario
Rik
Rik el 17 de Jul. de 2021
Did you read the documentation for these two functions?

Iniciar sesión para comentar.

Respuestas (1)

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

Etiquetas

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by