Click or drag to resize

FaceRecognizerSetLabelInfo Method

Sets string info for the specified model's label. The string info is replaced by the provided value if it was set before for the specified label.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetLabelInfo(
	int label,
	string strInfo
)

Parameters

label
Type: SystemInt32

[Missing <param name="label"/> documentation for "M:OpenCvSharp.Face.FaceRecognizer.SetLabelInfo(System.Int32,System.String)"]

strInfo
Type: SystemString

[Missing <param name="strInfo"/> documentation for "M:OpenCvSharp.Face.FaceRecognizer.SetLabelInfo(System.Int32,System.String)"]

See Also