Platforms to show: All Mac Windows Linux Cross-Platform

Back to VNHumanBodyPose3DObservationMBS class.

VNHumanBodyPose3DObservationMBS.availableJointNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The names of the available joints in the observation.

VNHumanBodyPose3DObservationMBS.availableJointsGroupNames as String()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The available joint group names in the observation.

VNHumanBodyPose3DObservationMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

VNHumanBodyPose3DObservationMBS.parentJointNameForJointName(jointName as String) as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the parent joint of the joint name you specify.

VNHumanBodyPose3DObservationMBS.recognizedPointForJointName(name as String, byref error as NSErrorMBS) as VNRecognizedPointMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns the point for a joint name that the observation recognizes.

jointName: The joint name to retrieve.
error: On output, an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Returns the point for the joint name. On failure, this method returns nil.

VNHumanBodyPose3DObservationMBS.recognizedPointsForJointsGroupName(name as String, byref error as NSErrorMBS) as Dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Vision MBS MacFrameworks Plugin 26.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns a collection of points for the group name you specify.

jointsGroupName: The name of the human body joints group.
error: On output, a pointer to an error object that describes why the method failed, or nil if no error occurred. If you are not interested in the error information, pass nil for this parameter.

Returns a collection of points. On failure, this method returns nil.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...