backgroundStructureUniformityThreshold property
Background structure uniformity threshold. If the score is above this value, the background structure of the image is definitely uniform. Hint: Default value is 80.
throws FaceException An error has occurred during Face Library execution.
Implementation
int get backgroundStructureUniformityThreshold => getBackgroundStructureUniformityThreshold();
Implementation
set backgroundStructureUniformityThreshold(int value) => setBackgroundStructureUniformityThreshold(value);