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
Syntaxpublic int[] GetLabelsByString(
string str
)
Public Function GetLabelsByString (
str As String
) As Integer()
public:
array<int>^ GetLabelsByString(
String^ str
)
member GetLabelsByString :
str : string -> int[]
function GetLabelsByString(str);
Parameters
- str
- Type: SystemString
Return Value
Type:
Int32
See Also