pointInImage(_:)
Returns a 2D point for the joint name you specify, relative to the input image.
Declaration
func pointInImage(_ jointName: VNHumanBodyPose3DObservation.JointName) throws -> VNPointParameters
- jointName:
The name of the human body joint.
Mentioned in
Return Value
A projection of the 3D position onto the original 2D image in normalized, lower left origin coordinates.