noiseThreshold property

int noiseThreshold

Threshold for confirming the presence of noise in the image. Hint: Default value is 90.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get noiseThreshold => getNoiseThreshold();
void noiseThreshold=(int value)

Implementation

set noiseThreshold(int value) => setNoiseThreshold(value);