Click or drag to resize

CvInvokeIntersectConvexConvex Method

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

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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