OpenCvSharp.NativeMethods.core_Mat_empty C# (CSharp) Method

core_Mat_empty() private method

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