FaceAnalyser.computeLandmarks Method

Module: FaceAnalyser

Definition

Computes 68 landmarks of a detected face.

Important

Loading the FaceLandmarksEstimator model is required to use this function.

PointList computeLandmarks(Image image, DetectedFace detectedFace)

Parameters

image Image
in Source image to process.

detectedFace DetectedFace
in Detected face to process.

Returns

The estimated landmarks of the detected face.

Exceptions

An error has occurred during Face Library execution.