Enum FeatureId

java.lang.Object
java.lang.Enum<FeatureId>
com.banuba.sdk.recognizer.FeatureId
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<FeatureId>, java.lang.constant.Constable

public enum FeatureId
extends java.lang.Enum<FeatureId>
  • Enum Constant Details

    • FRX

      public static final FeatureId FRX
    • ACTION_UNITS

      public static final FeatureId ACTION_UNITS
    • BACKGROUND

      public static final FeatureId BACKGROUND
    • HAIR

      public static final FeatureId HAIR
    • EYES

      public static final FeatureId EYES
    • SKIN

      public static final FeatureId SKIN
    • FACE

      public static final FeatureId FACE
    • FACE_SKIN

      public static final FeatureId FACE_SKIN
    • LIPS

      public static final FeatureId LIPS
    • LIPS_SHINE

      public static final FeatureId LIPS_SHINE
    • OCCLUSSION

      public static final FeatureId OCCLUSSION
    • GLASSES

      public static final FeatureId GLASSES
    • ACNE

      public static final FeatureId ACNE
    • HAND_SKELET

      public static final FeatureId HAND_SKELET
    • FRAME_BRIGHTNESS

      public static final FeatureId FRAME_BRIGHTNESS
    • EYE_BAGS

      public static final FeatureId EYE_BAGS
    • FACE_ACNE

      public static final FeatureId FACE_ACNE
    • RULER

      public static final FeatureId RULER
    • HAIR_STRAND

      public static final FeatureId HAIR_STRAND
    • POSE_ESTIMATION

      public static final FeatureId POSE_ESTIMATION
    • RING

      public static final FeatureId RING
    • SKIN_SMOOTHING

      public static final FeatureId SKIN_SMOOTHING
      This feature will prepare blurred texture to apply on input image resulting a smoothed skin.
    • BODY

      public static final FeatureId BODY
      Body segmentation. I.e. bodies detection on the frame.
    • CREEPY_SMILE

      public static final FeatureId CREEPY_SMILE
      Draw NN-generated smile on user face
    • NAILS

      public static final FeatureId NAILS
      Nails segmentation and recoloring
    • BEAUTY_PREPROC

      public static final FeatureId BEAUTY_PREPROC
      Neuro beauty preprocessing
    • ACNE_EYEBAGS

      public static final FeatureId ACNE_EYEBAGS
      Combined face acne and eyebags removal
    • ACNE_EYEBAGS_SKIN_SMOOTHING

      public static final FeatureId ACNE_EYEBAGS_SKIN_SMOOTHING
      Combined face acne and eyebags removal, plus skin smoothing
    • HAND_GESTURES

      public static final FeatureId HAND_GESTURES
    • HAIR_RECOLOR

      public static final FeatureId HAIR_RECOLOR
      Hair recoloring in blonde
    • TEXTURED_NAILS

      public static final FeatureId TEXTURED_NAILS
    • EYES_CORRECTION

      public static final FeatureId EYES_CORRECTION
      Activates eyes corrector
    • LIPS_CORRECTION

      public static final FeatureId LIPS_CORRECTION
      Activates lips corrector
    • BROWS_CORRECTION

      public static final FeatureId BROWS_CORRECTION
      Activates brows corrector
  • Method Details

    • values

      public static FeatureId[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static FeatureId valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
      java.lang.NullPointerException - if the argument is null