TrackedFaceList.rescaleAll Method

Module: TrackedFaceList

Definition

Rescales all tracked faces in the list.

rescale_all(self, scale: float) -> None

Parameters

scale float
in Scale factor to apply. Range is [0;+inf[.

Exceptions

An error has occurred during Face Library execution.
void rescaleAll(double scale)

Parameters

scale double
in Scale factor to apply. Range is [0;+inf[.

Exceptions

An error has occurred during Face Library execution.
public void RescaleAll(float scale)

Parameters

scale float
in Scale factor to apply. Range is [0;+inf[.

Exceptions

An error has occurred during Face Library execution.
public void rescaleAll(float scale) throws FaceException

Parameters

scale float
in Scale factor to apply. Range is [0;+inf[.

Exceptions

An error has occurred during Face Library execution.
public func rescaleAll(scale: Float) throws

Parameters

scale Float
in Scale factor to apply. Range is [0;+inf[.

Exceptions

An error has occurred during Face Library execution.
int id3TrackedFaceList_RescaleAll (
    ID3_TRACKED_FACE_LIST hTrackedFaceList,
    float scale)

Parameters

hTrackedFaceList ID3_TRACKED_FACE_LIST
in Handle to the TrackedFaceList object.

scale float
in Scale factor to apply. Range is [0;+inf[.

Returns

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