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