Click or drag to resize

NativeMethodsml_EM_predict2 Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static Vec2d ml_EM_predict2(
	IntPtr model,
	IntPtr sample,
	IntPtr probs
)

Parameters

model
Type: SystemIntPtr
sample
Type: SystemIntPtr
probs
Type: SystemIntPtr

Return Value

Type: Vec2d
See Also