FaceAnalyser.computeAttributes Method

Module: FaceAnalyser

Definition

Computes the attributes of a detected face.

Important

Loading the model FaceAttributesClassifier is required to use this function.

FaceAttributes computeAttributes(Image image, DetectedFace detectedFace)

Parameters

image Image
in Source image to process.

detectedFace DetectedFace
in Detected face to process.

Returns

The estimated attributes of the detected face.

Exceptions

An error has occurred during Face Library execution.