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: 3.4.1.20180605-33-CaRLSharp
Syntax
public void SetLabelInfo(
	int label,
	string strInfo
)

Parameters

label
Type: SystemInt32
strInfo
Type: SystemString
See Also