NativeMethodsml_StatModel_train2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int ml_StatModel_train2( IntPtr obj, IntPtr samples, int layout, IntPtr responses )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_StatModel_train2 ( obj As IntPtr, samples As IntPtr, layout As Integer, responses As IntPtr ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int ml_StatModel_train2( IntPtr obj, IntPtr samples, int layout, IntPtr responses )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_StatModel_train2 : obj : IntPtr * samples : IntPtr * layout : int * responses : IntPtr -> int
OpenCvSharp.NativeMethods.ml_StatModel_train2 = function(obj, samples, layout, responses);