Cv2.IsContourConvex Method |
Name | Description | |
---|---|---|
![]() ![]() | IsContourConvex(InputArray) |
returns true if the contour is convex.
Does not support contours with self-intersection
|
![]() ![]() | IsContourConvex(IEnumerable<Point>) |
returns true if the contour is convex.
Does not support contours with self-intersection
|
![]() ![]() | IsContourConvex(IEnumerable<Point2f>) |
returns true if the contour is convex. D
oes not support contours with self-intersection
|