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