equalBrightnessThreshold property
Equal brightness threshold. Above this value, the face is equally exposed. Hint: Default value is 10.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get equalBrightnessThreshold => getEqualBrightnessThreshold();
Implementation
set equalBrightnessThreshold(int value) => setEqualBrightnessThreshold(value);