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
Syntaxpublic 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
function SetLabelInfo(label, strInfo);
Parameters
- label
- Type: SystemInt32
- strInfo
- Type: SystemString
See Also