TrackedFaceList.getLargestFace Method

Module: TrackedFaceList

Definition

Gets the largest face in the list.

get_largest_face(self) -> TrackedFace

Returns

The largest tracked face in the list.

Exceptions

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

Returns

The largest tracked face in the list.

Exceptions

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

Returns

The largest tracked face in the list.

Exceptions

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

Returns

The largest tracked face in the list.

Exceptions

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

Returns

The largest tracked face in the list.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFaceList_GetLargestFace (
    ID3_TRACKED_FACE_LIST hTrackedFaceList,
    ID3_TRACKED_FACE hLargestFace)

Parameters

hTrackedFaceList ID3_TRACKED_FACE_LIST
in Handle to the TrackedFaceList object.

hLargestFace ID3_TRACKED_FACE
out The largest tracked face in the list.

Returns

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