Click or drag to resize

CvInvokeIntersectConvexConvex Method

http://www.emgu.com
finds intersection of two convex polygons

Namespace:  Emgu.CV
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntax
public static float IntersectConvexConvex(
	IInputArray p1,
	IInputArray p2,
	IOutputArray p12,
	bool handleNested = true
)

Parameters

p1
Type: Emgu.CVIInputArray
The first convex polygon
p2
Type: Emgu.CVIInputArray
The second convex polygon
p12
Type: Emgu.CVIOutputArray
The intersection of the convex polygon
handleNested (Optional)
Type: SystemBoolean
Handle nest

Return Value

Type: Single

[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.IntersectConvexConvex(Emgu.CV.IInputArray,Emgu.CV.IInputArray,Emgu.CV.IOutputArray,System.Boolean)"]

See Also