OpenCvSharp.NativeMethods.core_Mat_zeros2 C# (CSharp) Method

core_Mat_zeros2() private method

private core_Mat_zeros2 ( int ndims, [ sz, int type ) : IntPtr
ndims int
sz [
type int
return IntPtr
        public static extern IntPtr core_Mat_zeros2(int ndims, [MarshalAs(UnmanagedType.LPArray)] int[] sz, int type);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, BestFitMapping = false, ThrowOnUnmappableChar = true)]
NativeMethods