Platforms to show: All Mac Windows Linux Cross-Platform
VNHumanHandPoseObservationMBS class New in 26.3
Super class: VNRecognizedPointsObservationMBS
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Vision | MBS MacFrameworks Plugin | 26.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Requires iOS 14, macOS 11 or later.
Subclass of the VNRecognizedPointsObservationMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- property chirality as Integer
- 5 methods
- method availableJointNames as String()
- method availableJointsGroupNames as String()
- method Constructor Private
- method recognizedPointForJointName(name as String, byref error as NSErrorMBS) as VNRecognizedPointMBS
- method recognizedPointsForJointsGroupName(name as String, byref error as NSErrorMBS) as Dictionary
- 3 constants
Chirality
| Constant | Value | Description |
|---|---|---|
| ChiralityLeft | -1 |
Indicates a left-handed pose. |
| ChiralityRight | 1 |
Indicates a right-handed pose. |
| ChiralityUnknown | 0 |
Indicates that the pose chirality is unknown. |
Super class VNRecognizedPointsObservationMBS
- 5 methods
- method availableGroupKeys as String()
- method availableKeys as String()
- method Constructor Private
- method recognizedPointForKey(name as String, byref error as NSErrorMBS) as VNRecognizedPointMBS
- method recognizedPointsForGroupKey(name as String, byref error as NSErrorMBS) as Dictionary
Super class VNObservationMBS
- 6 properties
- property className as String
- property Confidence as Double
- property description as String
- property Handle as Integer
- property requestRevision as Integer
- property UUID as String
- 2 methods
- method Constructor Private
- method copy as VNObservationMBS
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 methods using this class:
- VNDetectHumanHandPoseRequestMBS.handPoseResults as VNHumanHandPoseObservationMBS()
Some related classes:
- class NSErrorMBS
- class VNDetectHumanBodyPose3DRequestMBS
- class VNDetectHumanBodyPoseRequestMBS
- class VNDetectHumanHandPoseRequestMBS
- class VNHumanBodyPoseObservationMBS
- class VNHumanObservationMBS
- class VNObservationMBS
- class VNRecognizedPointMBS
- class VNRecognizedPointsObservationMBS
- class VNStatefulRequestMBS
The items on this page are in the following plugins: MBS MacFrameworks Plugin.
VNHumanBodyRecognizedPoint3DMBS - VNHumanObservationMBS