Click or drag to resize

NativeMethodsface_FaceRecognizer_setLabelInfo Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus face_FaceRecognizer_setLabelInfo(
	IntPtr obj,
	int label,
	string strInfo
)

Parameters

obj
Type: SystemIntPtr

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

label
Type: SystemInt32

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

strInfo
Type: SystemString

[Missing <param name="strInfo"/> documentation for "M:OpenCvSharp.NativeMethods.face_FaceRecognizer_setLabelInfo(System.IntPtr,System.Int32,System.String)"]

Return Value

Type: ExceptionStatus

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

See Also