Class Face

java.lang.Object
com.codename1.ai.vision.Face

public final class Face extends Object

Portable face observation.

Euler angles are expressed in degrees. Bounds and landmark points use the normalized, top-left-origin coordinate space defined by VisionRect and VisionPoint.

  • Constructor Details

  • Method Details

    • getBounds

      public VisionRect getBounds()
    • getLandmarks

      public Map<String, VisionPoint> getLandmarks()
    • getYaw

      public float getYaw()
    • getPitch

      public float getPitch()
    • getRoll

      public float getRoll()
    • getSmilingProbability

      public float getSmilingProbability()
    • getTrackingId

      public int getTrackingId()
    • getMetadata

      public VisionMetadata getMetadata()