DetectedFaceList.findDetectedFace Method¶
Module: DetectedFaceList
Definition¶
Finds a detected face by ID.
DetectedFace findDetectedFace(int id)
Parameters
id intin ID of the detected face to find in the list.
Returns
The found detected face.
Exceptions
An error has occurred during Face Library execution.