Class ImageQualityGroup.ImageCharacteristic

  • Enclosing class:
    ImageQualityGroup

    public static class ImageQualityGroup.ImageCharacteristic
    extends java.lang.Object
    • Constructor Detail

      • ImageCharacteristic

        public ImageCharacteristic()
    • Method Detail

      • paddingRatio

        public static ImageQualityCharacteristic paddingRatio​(double min,
                                                              double max)
        The percentage of the area of the image that was "padded" during alignment. The characteristic is needed to determine if the head goes beyond the image. The range is from 0 to 1 where 0 is 0% of the image is "padded".
        Returns:
        ImageQualityCharacteristic
      • artFace

        public static ImageQualityCharacteristic artFace()
        Whether the face in the image is a photo, not a drawing, sculpture, cartoon, etc. If the returned value is out of the recommended range, the image is not a photo. The range is from 0 to 1.
        Returns:
        ImageQualityCharacteristic
      • allRecommended

        public static java.util.List<ImageQualityCharacteristic> allRecommended()
        All Group characteristics with default (recommended) values. Doesn't include characteristics without default values.
        Returns:
        List