Click or drag to resize

Cv2IntersectConvexConvex Method (IEnumerablePoint, IEnumerablePoint, Point, Boolean)

finds intersection of two convex polygons

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

Parameters

p1
Type: System.Collections.GenericIEnumerablePoint

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

p2
Type: System.Collections.GenericIEnumerablePoint

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

p12
Type: OpenCvSharpPoint

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

handleNested (Optional)
Type: SystemBoolean

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

Return Value

Type: Single

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

See Also