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