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