Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

from docs:

convexhull Convex hull obtained using convexHull that should contain indices of the contour points that make the hull.

you give it points, not indices

from docs:

convexhull Convex hull obtained using convexHull that should contain indices of the contour points that make the hull.

you give it points, not indices

see last param of convexHull()

from convexitydefects docs:

convexhull Convex hull obtained using convexHull that should contain indices of the contour points that make the hull.

you give it points, not indices

see last param of convexHull() (use returnPoints=False)