Click or drag to resize

FaceRecognizerPredict Method

http://www.emgu.com
Predict the label of the image

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public FaceRecognizerPredictionResult Predict(
	IInputArray image
)

Parameters

image
Type: Emgu.CVIInputArray
The image where prediction will be based on

Return Value

Type: FaceRecognizerPredictionResult
The prediction label
See Also