Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Unable to understand connectedComponents() in opencv

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