TrackedFace.getAsDetectedFace Method

Module: TrackedFace

Definition

Gets the tracked face as a detected face.

get_as_detected_face(self) -> DetectedFace

Returns

The tracked face as a detected face.

Exceptions

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

Returns

The tracked face as a detected face.

Exceptions

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

Returns

The tracked face as a detected face.

Exceptions

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

Returns

The tracked face as a detected face.

Exceptions

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

Returns

The tracked face as a detected face.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFace_GetAsDetectedFace (
    ID3_TRACKED_FACE hTrackedFace,
    ID3_DETECTED_FACE hDetectedFace)

Parameters

hTrackedFace ID3_TRACKED_FACE
in Handle to the TrackedFace object.

hDetectedFace ID3_DETECTED_FACE
out The tracked face as a detected face.

Returns

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