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