Package com.perfectcorp.perfectlib
Class CameraKitQualityCheck
- java.lang.Object
-
- com.perfectcorp.perfectlib.CameraKitQualityCheck
-
@Keep @KeepPublicClassMembers public final class CameraKitQualityCheck extends java.lang.Object
The check result of skin analysis. Face width should be between 0.55 × frame width and 1.0 × frame width.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCameraKitQualityCheck.FaceAreaQualitystatic classCameraKitQualityCheck.FacePoseQualitystatic classCameraKitQualityCheck.LightingQuality
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CameraKitQualityCheck.FaceAreaQualitygetFaceAreaQuality()Get the quality of face area.floatgetFacePoseDegree()Get the degree of face pose.CameraKitQualityCheck.FacePoseQualitygetFacePoseQuality()Get the quality of face pose.CameraKitQualityCheck.LightingQualitygetLightingQuality()Get the quality of lighting quality.
-
-
-
Method Detail
-
getFaceAreaQuality
public CameraKitQualityCheck.FaceAreaQuality getFaceAreaQuality()
Get the quality of face area.- Returns:
- the quality of face area
-
getFacePoseQuality
public CameraKitQualityCheck.FacePoseQuality getFacePoseQuality()
Get the quality of face pose.- Returns:
- the quality of face pose
-
getFacePoseDegree
public float getFacePoseDegree()
Get the degree of face pose.- Returns:
- the degree of face pose
-
getLightingQuality
public CameraKitQualityCheck.LightingQuality getLightingQuality()
Get the quality of lighting quality.- Returns:
- the quality of lighting quality
-
-