NativeMethodscore_SVD_static_backSubst Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void core_SVD_static_backSubst( IntPtr w, IntPtr u, IntPtr vt, IntPtr rhs, IntPtr dst )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub core_SVD_static_backSubst ( w As IntPtr, u As IntPtr, vt As IntPtr, rhs As IntPtr, dst As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void core_SVD_static_backSubst( IntPtr w, IntPtr u, IntPtr vt, IntPtr rhs, IntPtr dst )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_SVD_static_backSubst : w : IntPtr * u : IntPtr * vt : IntPtr * rhs : IntPtr * dst : IntPtr -> unit
OpenCvSharp.NativeMethods.core_SVD_static_backSubst = function(w, u, vt, rhs, dst);