sharpnessThreshold property

int sharpnessThreshold

Sharpness threshold. If the sharpness score is above this value, the image sharpness is sufficient. Hint: Default value is 50.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get sharpnessThreshold => getSharpnessThreshold();
void sharpnessThreshold=(int value)

Implementation

set sharpnessThreshold(int value) => setSharpnessThreshold(value);