Click or drag to resize

NativeMethodsimgproc_intersectConvexConvex_Point Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static float imgproc_intersectConvexConvex_Point(
	Point[] p1,
	int p1Length,
	Point[] p2,
	int p2Length,
	out IntPtr p12,
	int handleNested
)

Parameters

p1
Type: OpenCvSharpPoint
p1Length
Type: SystemInt32
p2
Type: OpenCvSharpPoint
p2Length
Type: SystemInt32
p12
Type: SystemIntPtr
handleNested
Type: SystemInt32

Return Value

Type: Single
See Also