init(from:)
Creates a pose from a dictionary of joint keypoints.
Declaration
init(from points: [JointKey : JointPoint])Parameters
- points:
A dictionary of pose joint keypoints, where keys are joint names and values are joint points.
Creates a pose from a dictionary of joint keypoints.
init(from points: [JointKey : JointPoint])A dictionary of pose joint keypoints, where keys are joint names and values are joint points.