can anyone suggest a openCV method which extract connected components in a 8bit single channel frame? is it cvBlobs suitable for this?
In addition to this i want to use it in C code.
can anyone suggest a openCV method which extract connected components in a 8bit single
Share
It seems that cvFindContours function can help you.