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: 1.0.0
Syntax
public static float IntersectConvexConvex(
	IEnumerable<Point2f> p1,
	IEnumerable<Point2f> p2,
	out Point2f[] p12,
	bool handleNested = true
)

Parameters

p1
Type: System.Collections.GenericIEnumerablePoint2f

[Missing <param name="p1"/> documentation for "M:OpenCvSharp.Cv2.IntersectConvexConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},OpenCvSharp.Point2f[]@,System.Boolean)"]

p2
Type: System.Collections.GenericIEnumerablePoint2f

[Missing <param name="p2"/> documentation for "M:OpenCvSharp.Cv2.IntersectConvexConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},OpenCvSharp.Point2f[]@,System.Boolean)"]

p12
Type: OpenCvSharpPoint2f

[Missing <param name="p12"/> documentation for "M:OpenCvSharp.Cv2.IntersectConvexConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},OpenCvSharp.Point2f[]@,System.Boolean)"]

handleNested (Optional)
Type: SystemBoolean

[Missing <param name="handleNested"/> documentation for "M:OpenCvSharp.Cv2.IntersectConvexConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},OpenCvSharp.Point2f[]@,System.Boolean)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.IntersectConvexConvex(System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},System.Collections.Generic.IEnumerable{OpenCvSharp.Point2f},OpenCvSharp.Point2f[]@,System.Boolean)"]

See Also