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