OpenCvSharp.NativeMethods.core_Mat_inv2 C# (CSharp) Method

core_Mat_inv2() private method

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