NativeMethodsimgproc_intersectConvexConvex_Point Method |
Namespace: OpenCvSharp
[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 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function imgproc_intersectConvexConvex_Point ( p1 As Point(), p1Length As Integer, p2 As Point(), p2Length As Integer, <OutAttribute> ByRef p12 As IntPtr, handleNested As Integer ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float imgproc_intersectConvexConvex_Point( array<Point>^ p1, int p1Length, array<Point>^ p2, int p2Length, [OutAttribute] IntPtr% p12, int handleNested )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_intersectConvexConvex_Point : p1 : Point[] * p1Length : int * p2 : Point[] * p2Length : int * p12 : IntPtr byref * handleNested : int -> float32
OpenCvSharp.NativeMethods.imgproc_intersectConvexConvex_Point = function(p1, p1Length, p2, p2Length, p12, handleNested);