NativeMethodscore_Mat_create1 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_Mat_create1( IntPtr self, int rows, int cols, int type )
Public Shared Function core_Mat_create1 ( self As IntPtr, rows As Integer, cols As Integer, type As Integer ) As ExceptionStatus
public: static ExceptionStatus core_Mat_create1( IntPtr self, int rows, int cols, int type )
static member core_Mat_create1 : self : IntPtr * rows : int * cols : int * type : int -> ExceptionStatus
[Missing <param name="self"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="rows"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="cols"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]
[Missing <param name="type"/> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_Mat_create1(System.IntPtr,System.Int32,System.Int32,System.Int32)"]