Click or drag to resize

FaceRecognizerGetLabelsByString Method

Gets vector of labels by string. The function searches for the labels containing the specified sub-string in the associated string info.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public int[] GetLabelsByString(
	string str
)

Parameters

str
Type: SystemString

[Missing <param name="str"/> documentation for "M:OpenCvSharp.Face.FaceRecognizer.GetLabelsByString(System.String)"]

Return Value

Type: Int32

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

See Also