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.

A bug in VLIB?



Hi, all
   I am using connected component functions from VLIB library.
For VLIB_createConnectedComponentsList, I get all regions with
different label numbers if I set minBlobArea to 1. The result is
correct. But I set minBlobArea to a number such as 50, the result
is incorrect. some Regions whose areas are smaller to 50 should be
labeled with 0, now still labelled with non-zero.
The version I am using is ver 2.0. Is there some new version?

Best Regards
Jogging