four neighbourhoods of a set or matrix
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
It may be clear when you need to check if some pixels are neighbours to a specific region you are interested in in some image.
But, when asked to find the pixels that are considered 4-neighbourhood to some set or matrix, how can we do that?
Thanks.
0 commentaires
Réponses (1)
Image Analyst
le 23 Fév 2014
You can use connected components determination with bwlabel() or bwconncomp().
8 commentaires
Voir également
Catégories
En savoir plus sur Image Processing Toolbox dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!