I'm currently using OpenCV 3.0.0 connectedComponents()
and connectedComponentsWithStats()
functions.
I have been trying to access the statsv(label, COLUMN)
with no luck.
I need to access the connected components' statistics (left, top, area, etc.) and the documentation does not really help much!