backgroundColorUniformityThreshold property

int backgroundColorUniformityThreshold

Background color uniformity threshold. If the score is above this value, the background color of the image is definitely uniform. Hint: Default value is 80.

throws FaceException An error has occurred during Face Library execution.

Implementation

int get backgroundColorUniformityThreshold => getBackgroundColorUniformityThreshold();
void backgroundColorUniformityThreshold=(int value)

Implementation

set backgroundColorUniformityThreshold(int value) => setBackgroundColorUniformityThreshold(value);