CvInvokecvInitMatNDHeader Method |
Namespace: Emgu.CV
public static IntPtr cvInitMatNDHeader( IntPtr mat, int dims, int[] sizes, DepthType type, IntPtr data )
Public Shared Function cvInitMatNDHeader ( mat As IntPtr, dims As Integer, sizes As Integer(), type As DepthType, data As IntPtr ) As IntPtr
public: static IntPtr cvInitMatNDHeader( IntPtr mat, int dims, [InAttribute] array<int>^ sizes, DepthType type, IntPtr data )
static member cvInitMatNDHeader : mat : IntPtr * dims : int * sizes : int[] * type : DepthType * data : IntPtr -> IntPtr
2019 Emgu Corporation, All Rights Reserved,