How can I isolate two circular objects in an image that are touching?

2 visualizaciones (últimos 30 días)
DannyP99
DannyP99 el 14 de Mzo. de 2019
Respondida: Munish Raj el 18 de Mzo. de 2019
I am using the image segmentation tutorial by Image Analyst with my own image containing 8 circular objects that is very similar to if they were coins, but if some of the coins are touching. I want to extract all 8 circular objects and then further analyze each one but the circles that touch are being counted as one object. How do I seperate them?

Respuestas (1)

Munish Raj
Munish Raj el 18 de Mzo. de 2019
Hello Daniel,
You could look out for circular objects in an image by following this blog.
Furthermore, when you get the coordinates of the outline of the circle, you could write a function to isolate outlines which have any common points.
This will help you isolate objects that are touching.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by