recognizedPoints(_:)
Retrieves the recognized points associated with the joint group name.
Declaration
func recognizedPoints(_ jointsGroupName: VNHumanHandPoseObservation.JointsGroupName) throws -> [VNHumanHandPoseObservation.JointName : VNRecognizedPoint]Parameters
- jointsGroupName:
The joint group name of the points to retrieve.
Return Value
The array of points associated with the joint group name.