faceDynamicRange property

int faceDynamicRange

Value, from 0 to 255, indicating the dynamic range of the image in the face region. Hint: The recommended threshold is 110.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get faceDynamicRange => _handle.ref.FaceDynamicRange;
void faceDynamicRange=(int value)

Implementation

set faceDynamicRange(int value) => _handle.ref.FaceDynamicRange = value;