Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Can i find if a line connected component is strongly connected or not?

Hello all, I have an image of a number (zero), and I am trying to detect it. First i did some filtering to create a binary image (mask) and then edge detection to findthe edges:

image description

What i want to do now, is, decouple the fully (strongly) connected components from the others. Hence, in the above image, zero is fully connected with itself (forming a circle) while the other connected components dont. Is that possible? And how? Really thanks, Geo.

click to hide/show revision 2
retagged

Can i find if a line connected component is strongly connected or not?

Hello all, I have an image of a number (zero), and I am trying to detect it. First i did some filtering to create a binary image (mask) and then edge detection to findthe edges:

image description

What i want to do now, is, decouple the fully (strongly) connected components from the others. Hence, in the above image, zero is fully connected with itself (forming a circle) while the other connected components dont. Is that possible? And how? Really thanks, Geo.

click to hide/show revision 3
retagged

Can i find if a line connected component is strongly connected or not?

Hello all, I have an image of a number (zero), and I am trying to detect it. First i did some filtering to create a binary image (mask) and then edge detection to findthe edges:

image description

What i want to do now, is, decouple the fully (strongly) connected components from the others. Hence, in the above image, zero is fully connected with itself (forming a circle) while the other connected components dont. Is that possible? And how? Really thanks, Geo.