NativeMethodsml_EM_predict2 Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]
Namespace: OpenCvSharp
public static ExceptionStatus ml_EM_predict2( IntPtr model, IntPtr sample, IntPtr probs, out Vec2d returnValue )
Public Shared Function ml_EM_predict2 ( model As IntPtr, sample As IntPtr, probs As IntPtr, <OutAttribute> ByRef returnValue As Vec2d ) As ExceptionStatus
public: static ExceptionStatus ml_EM_predict2( IntPtr model, IntPtr sample, IntPtr probs, [OutAttribute] Vec2d% returnValue )
static member ml_EM_predict2 : model : IntPtr * sample : IntPtr * probs : IntPtr * returnValue : Vec2d byref -> ExceptionStatus
[Missing <param name="model"/> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]
[Missing <param name="sample"/> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]
[Missing <param name="probs"/> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_EM_predict2(System.IntPtr,System.IntPtr,System.IntPtr,OpenCvSharp.Vec2d@)"]