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 |
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 |
VNHumanBodyPose3DObservationMBS.Constructor Private
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| method | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
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 |
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 |
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 |
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.