I have an application whereby I need Connected Components output via integer "blob number" rather than a color. I may have 1000's of blobs in an image and need to create a two dimensional int array of blob references much like: https://en.wikipedia.org/wiki/Connected ... t_labeling
Thus instead of a bitmap wtih colors, I need an int[,] with blob index numbers.
Is this possible?
Thanks