OpenCvSharp.NativeMethods.core_Mat_new10 C# (CSharp) Method

core_Mat_new10() private method

private core_Mat_new10 ( int ndims, [ sizes, int type ) : IntPtr
ndims int
sizes [
type int
return IntPtr
        public static extern IntPtr core_Mat_new10(int ndims, [MarshalAs(UnmanagedType.LPArray)] int[] sizes, int type);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods