NativeMethodsimgproc_Subdiv2D_getEdgeList Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_Subdiv2D_getEdgeList( IntPtr obj, out IntPtr edgeList )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_Subdiv2D_getEdgeList ( obj As IntPtr, <OutAttribute> ByRef edgeList As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_Subdiv2D_getEdgeList( IntPtr obj, [OutAttribute] IntPtr% edgeList )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_Subdiv2D_getEdgeList : obj : IntPtr * edgeList : IntPtr byref -> unit
OpenCvSharp.NativeMethods.imgproc_Subdiv2D_getEdgeList = function(obj, edgeList);