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