Connected Component Labelling
Hi guys, i am trying to implement CCL based on algorithm provided in http://aishack.in/tutorials/connected.... I have already created it, and it works if the resolution of image is not too high. any ideas ?
here is the example
image with 448 x 18 pixels, after ccl
same image with 1495 x 60 pixels, after ccl
you should probably use opencv's builtin connectedComponents method, not reinvent the wheel here