DetectedFaceList.rescaleAll Method¶
Module: DetectedFaceList
Definition¶
Rescales all detected faces in the list.
rescale_all(self, scale: float) -> None
Parameters
scale
floatin Scale factor to apply. Range is [0;+inf[.
Exceptions
An error has occurred during Face Library execution.
void rescaleAll(double scale)
Parameters
scale
doublein Scale factor to apply. Range is [0;+inf[.
Exceptions
An error has occurred during Face Library execution.
public void RescaleAll(float scale)
Parameters
scale
floatin 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
floatin 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
Floatin 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_LISTin Handle to the DetectedFaceList object.scale
floatin Scale factor to apply. Range is [0;+inf[.
Returns