NativeMethodsml_EM_predict2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Vec2d ml_EM_predict2( IntPtr model, IntPtr sample, IntPtr probs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function ml_EM_predict2 ( model As IntPtr, sample As IntPtr, probs As IntPtr ) As Vec2d
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Vec2d ml_EM_predict2( IntPtr model, IntPtr sample, IntPtr probs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ml_EM_predict2 : model : IntPtr * sample : IntPtr * probs : IntPtr -> Vec2d
OpenCvSharp.NativeMethods.ml_EM_predict2 = function(model, sample, probs);