TrackedFace.clone Method

Module: TrackedFace

Definition

Clones the TrackedFace object.

clone(self) -> TrackedFace

Returns

The newly created tracked face.

Exceptions

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

Returns

The newly created tracked face.

Exceptions

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

Returns

The newly created tracked face.

Exceptions

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

Returns

The newly created tracked face.

Exceptions

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

Returns

The newly created tracked face.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFace_CopyTo (
    ID3_TRACKED_FACE hTrackedFace,
    ID3_TRACKED_FACE hTrackedFaceDst)

Parameters

hTrackedFace ID3_TRACKED_FACE
in Handle to the TrackedFace object.

hTrackedFaceDst ID3_TRACKED_FACE
out The newly created tracked face.

Returns

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