FaceAnalyser.computePose Method¶
Module: FaceAnalyser
Definition¶
Computes the pose of a detected face.
Important
Loading the FacePoseEstimator model is required to use this function.
FacePose computePose(DetectedFace detectedFace)
Parameters
detectedFace DetectedFacein Detected face to process.
Returns
The estimated pose of the detected face.
Exceptions
An error has occurred during Face Library execution.