Clear Filters
Clear Filters

how can i splitt touching objects?

6 views (last 30 days)
sara
sara on 6 Nov 2014
Commented: sara on 11 Nov 2014
i have some labeled objects,some of them are connecting to each other with some pixels,how can i split these areas,other than wateshed segmentation,is there any way i can splitt them according to their connectivity,cause in touching areas,number of connected pixels decrease

Accepted Answer

Image Analyst
Image Analyst on 7 Nov 2014
I don't know what the second part of your question means. What does "according to their connectivity mean"? Let's say you had a dumbbell shape What are the two shapes you'd like if it was split according to 4-connectivity, and what would the pair of shapes look like if you did it according to 8-connectivity?
If you have a single image, you must have a decrease in the number of pixels because the interface line/curve will be removed.
What's wrong with watershed?
You forgot to attach the image, which would help illustrate your question better. Usually when people ask for image processing advice they attach an image, or they are asked to.
  3 Comments
sara
sara on 11 Nov 2014
thank you so much,i used the second link and change the mask to (D,6) , and it worked,much better than erosion,thank you so much,.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!