TrackedFaceList.rescaleAll Method¶
Module: TrackedFaceList
Definition¶
Rescales all tracked 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 id3TrackedFaceList_RescaleAll (
ID3_TRACKED_FACE_LIST hTrackedFaceList,
float scale)
Parameters
hTrackedFaceListID3_TRACKED_FACE_LISTin Handle to the TrackedFaceList object.scalefloatin Scale factor to apply. Range is [0;+inf[.
Returns