Class Joints

java.lang.Object
ai.djl.modality.cv.output.Joints
All Implemented Interfaces:
Serializable

public class Joints extends Object implements Serializable
A result of all joints found during Human Pose Estimation on a single image.
See Also:
  • Constructor Details

    • Joints

      public Joints(List<Joints.Joint> joints)
      Constructs the Joints with the provided joints.
      Parameters:
      joints - the joints
  • Method Details

    • getJoints

      public List<Joints.Joint> getJoints()
      Gets the joints for the image.
      Returns:
      the list of joints
    • toString

      public String toString()
      Overrides:
      toString in class Object