sharpness property

int sharpness

Value, from 0 to 100, indicating if the image sharpness is sufficient. 0 means that the image is not sharp at all. Hint: The recommended value is over 40.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get sharpness => _handle.ref.Sharpness;
void sharpness=(int value)

Implementation

set sharpness(int value) => _handle.ref.Sharpness = value;