| 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
)
Public Sub SetLabelInfo (
label As Integer,
strInfo As String
)
public:
void SetLabelInfo(
int label,
String^ strInfo
)
member SetLabelInfo :
label : int *
strInfo : string -> unit
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