backgroundStructureUniformityThreshold property

int backgroundStructureUniformityThreshold

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();
void backgroundStructureUniformityThreshold=(int value)

Implementation

set backgroundStructureUniformityThreshold(int value) => setBackgroundStructureUniformityThreshold(value);