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: 1.0.0
Syntax
public string GetLabelInfo(
	int label
)

Parameters

label
Type: SystemInt32

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

Return Value

Type: String

[Missing <returns> documentation for "M:OpenCvSharp.Face.FaceRecognizer.GetLabelInfo(System.Int32)"]

See Also