returns true if the contour is convex. D
oes not support contours with self-intersection
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- contour
- Type: System.Collections.GenericIEnumerablePoint2f
Input vector of 2D points
Return Value
Type: Boolean[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.IsContourConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point2f})"]
See Also