Class ImageQualityGroup.FaceImageQuality
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.FaceImageQuality
- Enclosing class:
- ImageQualityGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>All Group characteristics with default (recommended) values.static ImageQualityCharacteristicThe blur level.static ImageQualityCharacteristicThe range of tonal difference between the lightest light and darkest dark of an image, bits.static ImageQualityCharacteristicThe noise level.static ImageQualityCharacteristicThe 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>
-