Ask Your Question

quitequick's profile - activity

2016-01-28 12:08:06 -0600 asked a question findContours contour points order and connectivity

I discovered that the order of the points in contours found by findContours are not in any apparent connected order. However, when I draw them with drawContours, I see the contours drawn with connected points.

Do the contour points from findContours have any implied connectivity e.g. the order of the points?

Is drawContours using its own algorithm for deciding how to connect the unconnected contour points passed to it?

Is there a way to order the contour points in the same way as drawContours draws them?

Is there more to know about contours that isn't in the findContours documentation?

Thanks!