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