OpenCvSharp.NativeMethods.core_Mat_step1 C# (CSharp) Method

core_Mat_step1() private method

private core_Mat_step1 ( IntPtr self ) : ulong
self IntPtr
return ulong
        public static extern ulong core_Mat_step1(IntPtr self);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, EntryPoint = "core_Mat_step12")]

Same methods

NativeMethods::core_Mat_step1 ( IntPtr self, int i ) : ulong
NativeMethods