OpenCvSharp.NativeMethods.core_Mat_depth C# (CSharp) Method

core_Mat_depth() private method

private core_Mat_depth ( IntPtr self ) : int
self System.IntPtr
return int
        public static extern int core_Mat_depth(IntPtr self);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl, EntryPoint = "core_Mat_diag1")]
NativeMethods