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