OpenCvSharp.NativeMethods.core_SVBackSubst C# (CSharp) Method

core_SVBackSubst() private method

private core_SVBackSubst ( IntPtr w, IntPtr u, IntPtr vt, IntPtr rhs, IntPtr dst ) : void
w IntPtr
u IntPtr
vt IntPtr
rhs IntPtr
dst IntPtr
return void
        public static extern void core_SVBackSubst(IntPtr w, IntPtr u, IntPtr vt, IntPtr rhs, IntPtr dst);
NativeMethods