Click or drag to resize

FaceRecognizerGetLabelInfo Method

Gets string information by label. If an unknown label id is provided or there is no label information associated with the specified label id the method returns an empty string.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public string GetLabelInfo(
	int label
)

Parameters

label
Type: SystemInt32

Return Value

Type: String
See Also