NativeMethodscore_Mat_create2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_Mat_create2( IntPtr self, int ndims, int[] sizes, int type )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_Mat_create2 ( self As IntPtr, ndims As Integer, sizes As Integer(), type As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_Mat_create2( IntPtr self, int ndims, array<int>^ sizes, int type )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_Mat_create2 : self : IntPtr * ndims : int * sizes : int[] * type : int -> unit
OpenCvSharp.NativeMethods.core_Mat_create2 = function(self, ndims, sizes, type);