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 (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
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