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_countintin Maximum number of templates that this face indexer can hold.
Exceptions
An error has occurred during Face Library execution.
void resize(int maximumCount)
Parameters
maximumCountintin 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
maximumCountintin 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
maximumCountintin 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
maximumCountInt32in 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
hFaceIndexerID3_FACE_INDEXERin Handle to the FaceIndexer object.maximumCountintin Maximum number of templates that this face indexer can hold.
Returns