eyeOpeningThreshold property

int eyeOpeningThreshold

Eye opening threshold. If the score is above this value, the eyes are definitely open. Hint: Default value is 5.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get eyeOpeningThreshold => getEyeOpeningThreshold();
void eyeOpeningThreshold=(int value)

Implementation

set eyeOpeningThreshold(int value) => setEyeOpeningThreshold(value);