Separating Connected Objects Effectively in Image
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Serg Zhelezniak
le 12 Nov 2017
Commenté : Image Analyst
le 12 Nov 2017
Hello, I am attempting to separate several connected objects that are often only connected by one pixel (see image). I want to have all connected objects be separate from each other i.e. remove the particular pixel that's causing the issue. I have been trying to use imerode function but I keep on removing more pixels than I would like. Any advice would be greatly beneficial.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/169525/image.png)
0 commentaires
Réponse acceptée
Image Analyst
le 12 Nov 2017
They are separated if you use 4-connectedness. For subsequent operations, like bwconncomp() or bwlabel(), just specify 4-connectedness instead of the default 8-connectedness.
0 commentaires
Plus de réponses (1)
Jose Marques
le 12 Nov 2017
Hello. Have you tried "imopen"?
Please, post your code and figures so we can help you.
2 commentaires
Image Analyst
le 12 Nov 2017
Again, just use 4-connected like I said in my answer and you won't have the problem!
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!