FaceEncoder.warmUp Method¶
Module: FaceEncoder
Definition¶
Gets the face encoder module ready to work by initializing all its internal memory layout.
This function can be called after setting all the parameters of the face encoder module.
Calling this function is not mandatory as the internal memory layout is automatically initialized in the first call to createTemplate() if missing.
Important
Loading a face encoder model is required to use this function. This SDK supports id3 face encoders 9A, 9B, 8A and 8B.
public void warmUp() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func warmUp() throws
Exceptions
An error has occurred during Face Library execution.
int id3FaceEncoder_WarmUp (
ID3_FACE_ENCODER hFaceEncoder)
Parameters
hFaceEncoder
ID3_FACE_ENCODERin Handle to the FaceEncoder object.
Returns