FaceIndexer.resize Method¶
Module: FaceIndexer
Definition¶
Resizes the maximum number of templates that the face indexer can hold.
resize(self, maximum_count: int) -> None
Parameters
maximum_count
intin Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
void resize(int maximumCount)
Parameters
maximumCount
intin Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
public void Resize(int maximumCount)
Parameters
maximumCount
intin Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
public void resize(int maximumCount) throws FaceException
Parameters
maximumCount
intin Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
public func resize(maximumCount: Int32) throws
Parameters
maximumCount
Int32in Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
int id3FaceIndexer_Resize (
ID3_FACE_INDEXER hFaceIndexer,
int maximumCount)
Parameters
hFaceIndexer
ID3_FACE_INDEXERin Handle to the FaceIndexer object.maximumCount
intin Maximum number of templates that this face indexer can hold.
Returns