Click or drag to resize

Cv2IsContourConvex Method (IEnumerablePoint)

returns true if the contour is convex. Does not support contours with self-intersection

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static bool IsContourConvex(
	IEnumerable<Point> contour
)

Parameters

contour
Type: System.Collections.GenericIEnumerablePoint
Input vector of 2D points

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.IsContourConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point})"]

See Also