dynamicRangeThreshold property

int dynamicRangeThreshold

Face dynamic range threshold. Above this threshold, the dynamic range of the image in the face region is good enough. Hint: Default value is 128.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get dynamicRangeThreshold => getDynamicRangeThreshold();
void dynamicRangeThreshold=(int value)

Implementation

set dynamicRangeThreshold(int value) => setDynamicRangeThreshold(value);