Class Joints.Joint

java.lang.Object
ai.djl.modality.cv.output.Point
ai.djl.modality.cv.output.Joints.Joint
All Implemented Interfaces:
Serializable
Enclosing class:
Joints

public static class Joints.Joint extends Point
A joint that was detected using Human Pose Estimation on an image.
See Also:
  • Constructor Details

    • Joint

      public Joint(double x, double y, double confidence)
      Constructs a Joint with given data.
      Parameters:
      x - the x coordinate of the joint
      y - the y coordinate of the joint
      confidence - the confidence probability for the joint
  • Method Details

    • getConfidence

      public double getConfidence()
      Returns the confidence probability for the joint.
      Returns:
      the confidence