FaceRecognizerPredict Method |
http://www.emgu.com
Predict the label of the image
Namespace: Emgu.CV.FaceAssembly: Emgu.CV.Contrib (in Emgu.CV.Contrib.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic FaceRecognizerPredictionResult Predict(
IInputArray image
)
Public Function Predict (
image As IInputArray
) As FaceRecognizerPredictionResult
public:
FaceRecognizerPredictionResult Predict(
IInputArray^ image
)
member Predict :
image : IInputArray -> FaceRecognizerPredictionResult
Parameters
- image
- Type: Emgu.CVIInputArray
The image where prediction will be based on
Return Value
Type:
FaceRecognizerPredictionResultThe prediction label
See Also