Unable to understand connectedComponents() in opencv [closed]
I am writing a program wherein i need to use connectedCompponents(img, label, connectivity= 8, type= CV_32S ). All I know is that this function returns an integer stating the no of components in the image. Then what does Mat label suggest? Thanks in advance
you can see this post too
Thanks. The link was of great help!!!