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