Class Pose.Landmark
java.lang.Object
com.codename1.ai.vision.Pose.Landmark
- Enclosing class:
Pose
One named body joint with normalized position and confidence.
-
Constructor Summary
ConstructorsConstructorDescriptionLandmark(String name, VisionPoint position, float confidence) Creates one detected body joint. -
Method Summary
-
Constructor Details
-
Landmark
Creates one detected body joint.- Parameters:
name- joint nameposition- normalized joint positionconfidence- in-frame confidence in 0..1
-
-
Method Details
-
getName
-
getPosition
- Returns:
- normalized top-left-origin joint position
-
getConfidence
public float getConfidence()- Returns:
- in-frame confidence in the range 0..1
-