Contents

recognizedPoints(_:)

Returns a collection of points for the group name you specify.

Declaration

func recognizedPoints(_ jointsGroupName: VNHumanBodyPose3DObservation.JointsGroupName) throws -> [VNHumanBodyPose3DObservation.JointName : VNHumanBodyRecognizedPoint3D]

Parameters

  • jointsGroupName:

    The name of the human body joints group.

Return Value

A collection of points.

See Also

Accessing Points