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
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