DetectedFaceList.rescaleAll Method

Module: DetectedFaceList

Definition

Rescales all detected 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 id3DetectedFaceList_RescaleAll (
    ID3_DETECTED_FACE_LIST hDetectedFaceList,
    float scale)

Parameters

hDetectedFaceList ID3_DETECTED_FACE_LIST
in Handle to the DetectedFaceList 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.