how does code work in identify the images?
Mostra commenti meno recenti
inverse_binary=not(handles.bw);
[handles.L handles.Num_object]=bwlabel(inverse_binary);
1 Commento
Rik
il 17 Lug 2021
Did you read the documentation for these two functions?
Risposte (1)
Image Analyst
il 17 Lug 2021
0 voti
See my Image Segmentation Tutorial.
It goes over questions like that in a well commented script using a built-in MATLAB demo image.
Categorie
Scopri di più su Image Segmentation in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!