Click or drag to resize

NativeMethodsml_StatModel_calcError 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 float ml_StatModel_calcError(
	IntPtr obj,
	IntPtr data,
	int test,
	IntPtr resp
)

Parameters

obj
Type: SystemIntPtr
data
Type: SystemIntPtr
test
Type: SystemInt32
resp
Type: SystemIntPtr

Return Value

Type: Single
See Also