FaceAnalyser.computePoseWithLandmarks Method

Module: FaceAnalyser

Definition

Computes the pose of a detected face using the specified 68-point landmarks.

Loading the model FacePoseEstimator1A is required to use this function.

FacePose computePoseWithLandmarks(DetectedFace detectedFace, PointList landmarks)

Parameters

detectedFace DetectedFace
in Detected face to process.

landmarks PointList
in Estimated landmarks of the detected face. Must be computed with the face analyser.

Returns

The estimated pose of the detected face.

Exceptions

An error has occurred during Face Library execution.