Platforms to show: All Mac Windows Linux Cross-Platform
VNDetectHumanHandPoseRequestMBS 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 hand pose as a VNIdentifiedPointsObservationMBS.
Subclass of the VNImageBasedRequestMBS class.
- 5 methods
- method Constructor
- method Constructor(DelegateHandler as VNRequestCompletedMBS = nil, tag as variant = nil)
- method handPoseResults as VNHumanHandPoseObservationMBS()
- method supportedJointNames(byref error as NSErrorMBS) as String()
- method supportedJointsGroupNames(byref error as NSErrorMBS) as String()
- 30 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 VNHumanHandPoseObservationJointNameIndexDIP as String
- shared method VNHumanHandPoseObservationJointNameIndexMCP as String
- shared method VNHumanHandPoseObservationJointNameIndexPIP as String
- shared method VNHumanHandPoseObservationJointNameIndexTip as String
- shared method VNHumanHandPoseObservationJointNameLittleDIP as String
- shared method VNHumanHandPoseObservationJointNameLittleMCP as String
- shared method VNHumanHandPoseObservationJointNameLittlePIP as String
- shared method VNHumanHandPoseObservationJointNameLittleTip as String
- shared method VNHumanHandPoseObservationJointNameMiddleDIP as String
- shared method VNHumanHandPoseObservationJointNameMiddleMCP as String
- shared method VNHumanHandPoseObservationJointNameMiddlePIP as String
- shared method VNHumanHandPoseObservationJointNameMiddleTip as String
- shared method VNHumanHandPoseObservationJointNameRingDIP as String
- shared method VNHumanHandPoseObservationJointNameRingMCP as String
- shared method VNHumanHandPoseObservationJointNameRingPIP as String
- shared method VNHumanHandPoseObservationJointNameRingTip as String
- shared method VNHumanHandPoseObservationJointNameThumbCMC as String
- shared method VNHumanHandPoseObservationJointNameThumbIP as String
- shared method VNHumanHandPoseObservationJointNameThumbMP as String
- shared method VNHumanHandPoseObservationJointNameThumbTip as String
- shared method VNHumanHandPoseObservationJointNameWrist as String
- shared method VNHumanHandPoseObservationJointsGroupNameAll as String
- shared method VNHumanHandPoseObservationJointsGroupNameIndexFinger as String
- shared method VNHumanHandPoseObservationJointsGroupNameLittleFinger as String
- shared method VNHumanHandPoseObservationJointsGroupNameMiddleFinger as String
- shared method VNHumanHandPoseObservationJointsGroupNameRingFinger as String
- shared method VNHumanHandPoseObservationJointsGroupNameThumb 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 NSIndexSetMBS
- class VNDetectHumanBodyPose3DRequestMBS
- class VNDetectHumanBodyPoseRequestMBS
- class VNHumanBodyPoseObservationMBS
- class VNHumanHandPoseObservationMBS
- class VNImageBasedRequestMBS
- class VNObservationMBS
- class VNRecognizedPointsObservationMBS
- class VNRequestMBS
- class VNStatefulRequestMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNDetectHumanBodyPoseRequestMBS - VNDetectHumanRectanglesRequestMBS