Click or drag to resize

NativeMethodsface_FaceRecognizer_predict2 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus face_FaceRecognizer_predict2(
	IntPtr obj,
	IntPtr src,
	out int label,
	out double confidence
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

label
Type: SystemInt32

[Missing <param name="label"/> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

confidence
Type: SystemDouble

[Missing <param name="confidence"/> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_predict2(System.IntPtr,System.IntPtr,System.Int32@,System.Double@)"]

See Also