Class ImageQualityGroup.HeadSizeAndPosition
java.lang.Object
com.regula.facesdk.detection.request.ImageQualityGroup.HeadSizeAndPosition
- Enclosing class:
- ImageQualityGroup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic List<ImageQualityCharacteristic>All Group characteristics with default (recommended) values.static ImageQualityCharacteristicInter-eye distance — the length of the line connecting the eye centers of the left and right eye, pixels.static ImageQualityCharacteristicThe position of the "middle point" (the middle of the line connecting the eye centers) relative to the width of the image.static ImageQualityCharacteristicThe position of the "middle point" (the middle of the line connecting the eye centers) relative to the height of the image.static ImageQualityCharacteristicThe head height to the image height ratio.static ImageQualityCharacteristicThe head width to the image width ratio.static ImageQualityCharacteristicpitch()The pitch of the head, degrees.static ImageQualityCharacteristicroll()The roll of the head, degrees.static ImageQualityCharacteristicyaw()The yaw of the head, degrees.
-
Constructor Details
-
HeadSizeAndPosition
public HeadSizeAndPosition()
-
-
Method Details
-
faceMidPointHorizontalPosition
The position of the "middle point" (the middle of the line connecting the eye centers) relative to the width of the image. The range is from 0 to 1 where range [0.5, 0.5] is for "middle point" strictly in the center .- Returns:
ImageQualityCharacteristic
-
faceMidPointVerticalPosition
The position of the "middle point" (the middle of the line connecting the eye centers) relative to the height of the image. The range is from 0 to 1 where range [0.5, 0.5] is for "middle point" strictly in the center .- Returns:
ImageQualityCharacteristic
-
headWidthRatio
The head width to the image width ratio. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
headHeightRatio
The head height to the image height ratio. The range is from 0 to 1.- Returns:
ImageQualityCharacteristic
-
eyesDistance
Inter-eye distance — the length of the line connecting the eye centers of the left and right eye, pixels.- Returns:
ImageQualityCharacteristic
-
yaw
The yaw of the head, degrees. The range is from -90 to 90. Range value [0, 0] for strictly stright head position.- Returns:
ImageQualityCharacteristic
-
pitch
The pitch of the head, degrees. The range is from -90 to 90. Range value [0, 0] for strictly stright head position.- Returns:
ImageQualityCharacteristic
-
roll
The roll of the head, degrees. The range is from -90 to 90. Range value [0, 0] for strictly straight head position.- Returns:
ImageQualityCharacteristic
-
allRecommended
All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.- Returns:
List<ImageQualityCharacteristic>
-