This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Connected component using Vlib

I have used Vlib library for connected component analysis.

I m facing a problem using a function VLIB_createCCMap8Bit, which creates 8-bit image,

So if number of labels are greater than 255 the output images has lots of error.

So my concern is 2 get a funtion which can create 16-bit image so if nybody no's the solution please help...

  •  

    Saurabh,

    I am sorry for the inconvenience due to this limitation.

    I will try to raise a request for adding 16-bit output image. Meanwhile could you please try the following?

    Does your binary image contain lots of small components? If you don't need them, you can prune them using the size parameter.

    You might also want to consider splitting the image into parts and running connected components on these separately and then merging them.

    Regards,

    Senthil