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