FaceAnalyser.computeBackgroundUniformity Method¶
Module: FaceAnalyser
Definition¶
Computes the background uniformity behind a detected face.
This function must be used for a portrait image with only one face in it. A high uniformity score means that the background is uniform.
Important
Loading the model FaceBackgroundUniformity is required to use this function.
BackgroundUniformity computeBackgroundUniformity(Image image, DetectedFace detectedFace)
Parameters
Returns
The estimated background uniformity. Both color and texture scores are in the range [0:100]. The minimum recommended thresholds are respectively 80 for color and 80 for texture.
Exceptions
An error has occurred during Face Library execution.