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