Platforms to show: All Mac Windows Linux Cross-Platform
VNDetectHumanBodyPoseRequestMBS class New in 26.3
Super class: VNImageBasedRequestMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
The framework provides the detected body pose as a VNHumanBodyPoseObservationMBS.
Requires iOS 14, macOS 11 or later.
Subclass of the VNImageBasedRequestMBS class.
- 5 methods
- method bodyPoseResults as VNHumanBodyPoseObservationMBS()
- method Constructor
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- method supportedJointNames(byref error as NSErrorMBS) as String()
- method supportedJointsGroupNames(byref error as NSErrorMBS) as String()
- 29 shared methods
- shared method available as Boolean
- shared method supportedJointNamesForRevision(Revision as Integer = 1, byref error as NSErrorMBS) as String()
- shared method supportedJointsGroupNamesForRevision(Revision as Integer = 1, byref error as NSErrorMBS) as String()
- shared method VNHumanBodyPoseObservationJointNameLeftAnkle as String
- shared method VNHumanBodyPoseObservationJointNameLeftEar as String
- shared method VNHumanBodyPoseObservationJointNameLeftElbow as String
- shared method VNHumanBodyPoseObservationJointNameLeftEye as String
- shared method VNHumanBodyPoseObservationJointNameLeftHip as String
- shared method VNHumanBodyPoseObservationJointNameLeftKnee as String
- shared method VNHumanBodyPoseObservationJointNameLeftShoulder as String
- shared method VNHumanBodyPoseObservationJointNameLeftWrist as String
- shared method VNHumanBodyPoseObservationJointNameNeck as String
- shared method VNHumanBodyPoseObservationJointNameNose as String
- shared method VNHumanBodyPoseObservationJointNameRightAnkle as String
- shared method VNHumanBodyPoseObservationJointNameRightEar as String
- shared method VNHumanBodyPoseObservationJointNameRightElbow as String
- shared method VNHumanBodyPoseObservationJointNameRightEye as String
- shared method VNHumanBodyPoseObservationJointNameRightHip as String
- shared method VNHumanBodyPoseObservationJointNameRightKnee as String
- shared method VNHumanBodyPoseObservationJointNameRightShoulder as String
- shared method VNHumanBodyPoseObservationJointNameRightWrist as String
- shared method VNHumanBodyPoseObservationJointNameRoot as String
- shared method VNHumanBodyPoseObservationJointsGroupNameAll as String
- shared method VNHumanBodyPoseObservationJointsGroupNameFace as String
- shared method VNHumanBodyPoseObservationJointsGroupNameLeftArm as String
- shared method VNHumanBodyPoseObservationJointsGroupNameLeftLeg as String
- shared method VNHumanBodyPoseObservationJointsGroupNameRightArm as String
- shared method VNHumanBodyPoseObservationJointsGroupNameRightLeg as String
- shared method VNHumanBodyPoseObservationJointsGroupNameTorso as String
Constants
| Constant | Value | Description |
|---|---|---|
| Revision1 | 1 | The revision 1. |
Super class VNImageBasedRequestMBS
- property regionOfInterest as CGRectMBS
- method Constructor Private
Super class VNRequestMBS
- 7 properties
- property className as String
- property ClassPath as String
- property description as String
- property Handle as Integer
- property preferBackgroundProcessing as Boolean
- property revision as Integer
- property usesCPUOnly as Boolean
- 4 methods
- method cancel
- method Constructor Private
- method copy as VNRequestMBS
- method results as VNObservationMBS()
- 3 shared methods
- shared method currentRevision as Integer
- shared method defaultRevision as Integer
- shared method supportedRevisions as NSIndexSetMBS
This class has no sub classes.
Blog Entries
Release notes
- Version 26.3
- Added VNHumanObservationMBS, VNHumanBodyPoseObservationMBS, VNRecognizedPointsObservationMBS, VNHumanHandPoseObservationMBS, VNDetectHumanBodyPoseRequestMBS, VNDetectHumanHandPoseRequestMBS, VNDetectHumanBodyPose3DRequestMBS and VNStatefulRequestMBS classes.
Some related classes:
- class CGRectMBS
- class NSErrorMBS
- class NSIndexSetMBS
- class VNDetectHumanBodyPose3DRequestMBS
- class VNDetectHumanHandPoseRequestMBS
- class VNHumanBodyPoseObservationMBS
- class VNHumanObservationMBS
- class VNImageBasedRequestMBS
- class VNObservationMBS
- class VNStatefulRequestMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNDetectHumanBodyPose3DRequestMBS - VNDetectHumanHandPoseRequestMBS