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