OpenCvSharp.NativeMethods.core_Mat_new8 C# (CSharp) Method

core_Mat_new8() private method

private core_Mat_new8 ( int rows, int cols, int type, IntPtr data, IntPtr step ) : IntPtr
rows int
cols int
type int
data IntPtr
step IntPtr
return IntPtr
        public static extern IntPtr core_Mat_new8(int rows, int cols, int type, IntPtr data, IntPtr step);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods