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