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: 3.4.1.20180605-33-CaRLSharp
Syntax
public int[] GetLabelsByString(
	string str
)

Parameters

str
Type: SystemString

Return Value

Type: Int32
See Also