Class ImageQualityGroup.FaceImageQuality
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.FaceImageQuality
- Enclosing class:
ImageQualityGroup
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>
All Group characteristics with default (recommended) values.static ImageQualityCharacteristic
The blur level.static ImageQualityCharacteristic
The range of tonal difference between the lightest light and darkest dark of an image, bits.static ImageQualityCharacteristic
The noise level.static ImageQualityCharacteristic
The true-colour representation of the skin colour.
-
Constructor Details
-
FaceImageQuality
public FaceImageQuality()
-
-
Method Details
-
blurLevel
The blur level. The range is from 0 to 1 where 0 is the absence of blur effect- Returns:
ImageQualityCharacteristic
-
noiseLevel
The noise level. The range is from 0 to 1 where 0 is minimal noise level.- Returns:
ImageQualityCharacteristic
-
unnaturalSkinTone
The true-colour representation of the skin colour. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
faceDynamicRange
The range of tonal difference between the lightest light and darkest dark of an image, bits.- Returns:
ImageQualityCharacteristic
-
allRecommended
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-