DetectedFaceList.getLargestFace Method

Module: DetectedFaceList

Definition

Gets the largest face in the list.

get_largest_face(self) -> DetectedFace

Returns

The largest detected face in the list.

Exceptions

An error has occurred during Face Library execution.
DetectedFace getLargestFace()

Returns

The largest detected face in the list.

Exceptions

An error has occurred during Face Library execution.
public DetectedFace GetLargestFace()

Returns

The largest detected face in the list.

Exceptions

An error has occurred during Face Library execution.
public DetectedFace getLargestFace() throws FaceException

Returns

The largest detected face in the list.

Exceptions

An error has occurred during Face Library execution.
public func getLargestFace() throws -> DetectedFace

Returns

The largest detected face in the list.

Exceptions

An error has occurred during Face Library execution.
int id3DetectedFaceList_GetLargestFace (
    ID3_DETECTED_FACE_LIST hDetectedFaceList,
    ID3_DETECTED_FACE hLargestFace)

Parameters

hDetectedFaceList ID3_DETECTED_FACE_LIST
in Handle to the DetectedFaceList object.

hLargestFace ID3_DETECTED_FACE
out The largest detected face in the list.

Returns

int
An error code.
See id3FaceError file for the list of possible error codes.