get_face_metrics
September 8th 2024
Get the metrics of a face
Signature
Face_Metrics
get_face_metrics(Application_Links* app,
Face_ID face_id);
Parameters
app
the standard custom layer context pointer
face_id
the id of the face to query
Return
the metrics of the given face on success, when the face exists, otherwise cleared to zero
Related