PortraitProcessor.reset Method¶
Module: PortraitProcessor
Definition¶
Resets the face tracker.
public void reset() throws FaceException
Exceptions
An error has occurred during Face Library execution.
public func reset() throws
Exceptions
An error has occurred during Face Library execution.
int id3FacePortraitProcessor_Reset (
ID3_FACE_PORTRAIT_PROCESSOR hPortraitProcessor)
Parameters
hPortraitProcessor
ID3_FACE_PORTRAIT_PROCESSORin Handle to the PortraitProcessor object.
Returns