Click or drag to resize

FaceRecognizerPredict Method

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

Namespace:  Emgu.CV.Face
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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