0

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?

burning_LEGION
  • 13,246
  • 8
  • 40
  • 52
Mr.Noob
  • 1,005
  • 3
  • 24
  • 58

1 Answers1

0

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

Mr.Noob
  • 1,005
  • 3
  • 24
  • 58