![]() | 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
![]() | 2 | No.2 Revision |
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()
![]() | 3 | No.3 Revision |
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
)