DetectedFaceList.resize Method¶
Module: DetectedFaceList
Definition¶
DetectedFaceList object.
resize(self, new_size: int) -> None
Parameters
new_sizeintin DetectedFace object.
Exceptions
An error has occurred during Face Library execution.
void resize(int newSize)
Parameters
newSizeintin DetectedFace object.
Exceptions
An error has occurred during Face Library execution.
public void Resize(int newSize)
Parameters
newSizeintin DetectedFace object.
Exceptions
An error has occurred during Face Library execution.
public void resize(int newSize) throws FaceException
Parameters
newSizeintin DetectedFace object.
Exceptions
An error has occurred during Face Library execution.
public func resize(newSize: Int32) throws
Parameters
newSizeInt32in DetectedFace object.
Exceptions
An error has occurred during Face Library execution.
int id3DetectedFaceList_Resize (
ID3_DETECTED_FACE_LIST hDetectedFaceList,
int newSize)
Parameters
hDetectedFaceListID3_DETECTED_FACE_LISTin Handle to the DetectedFaceList object.newSizeintin DetectedFace object.
Returns