NativeMethodsml_StatModel_predict Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static float ml_StatModel_predict( IntPtr obj, IntPtr samples, IntPtr results, int flags )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_StatModel_predict ( obj As IntPtr, samples As IntPtr, results As IntPtr, flags As Integer ) As Single
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static float ml_StatModel_predict( IntPtr obj, IntPtr samples, IntPtr results, int flags )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_StatModel_predict : obj : IntPtr * samples : IntPtr * results : IntPtr * flags : int -> float32
OpenCvSharp.NativeMethods.ml_StatModel_predict = function(obj, samples, results, flags);