sharpnessThreshold property
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();
Implementation
set sharpnessThreshold(int value) => setSharpnessThreshold(value);