OpenCvSharp.NativeMethods.core_Mat_row_toMatExpr C# (CSharp) Method

core_Mat_row_toMatExpr() private method

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