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_FACEin Handle to the TrackedFace object.hTrackedFaceDst
ID3_TRACKED_FACEout The newly created tracked face.
Returns