using ConnectedComponentsLabeling to get the connected items

404 Views Asked by At

Is there a way to get the connected objects using connected component labeling in aforge.net? I know how to label the objects but is there a way that i could iterate through each an every connected component in a particular image?

1

There are 1 best solutions below

0
On BEST ANSWER

AS i have found out you can sort the objects in a particular order and then iterate through them. this was already provided in the documentation