Click or drag to resize

FaceRecognizerPredict Method (InputArray, Int32, Double)

Predicts the label and confidence for a given sample.

Namespace:  OpenCvSharp.Face
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public virtual void Predict(
	InputArray src,
	out int label,
	out double confidence
)

Parameters

src
Type: OpenCvSharpInputArray
label
Type: SystemInt32
confidence
Type: SystemDouble
See Also