Contents

pointInImage(for:)

Returns a 2D point for the joint name you specify, relative to the input image.

Declaration

func pointInImage(for jointName: HumanBodyPose3DObservation.JointName) -> NormalizedPoint

Parameters

  • jointName:

    The name of the human body joint.

Return Value

A projection of the 3D position onto the original 2D image in normalized, lower left origin coordinates.