finding a closed region
Afficher commentaires plus anciens
i want to find closed regions, whose intensity values are all 255, in an image matrix. is there a function to do it directly or is there another way?
thanks
Réponse acceptée
Plus de réponses (1)
Sean de Wolski
le 9 Fév 2011
Imap = I == 255;
What do you mean by "closed regions"?
Catégories
En savoir plus sur Region and Image Properties dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!