Click or drag to resize

Cv2IntersectConvexConvex Method (IEnumerablePoint2f, IEnumerablePoint2f, Point2f, Boolean)

finds intersection of two convex polygons

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static float IntersectConvexConvex(
	IEnumerable<Point2f> p1,
	IEnumerable<Point2f> p2,
	out Point2f[] p12,
	bool handleNested = true
)

Parameters

p1
Type: System.Collections.GenericIEnumerablePoint2f
p2
Type: System.Collections.GenericIEnumerablePoint2f
p12
Type: OpenCvSharpPoint2f
handleNested (Optional)
Type: SystemBoolean

Return Value

Type: Single
See Also