|
enum class | astra::BodyTrackingFeatureFlags : ::astra_body_tracking_feature_flags_t { Segmentation = 0
, Joints = 1
, HandPoses = 3
} |
| Bitmask of body features Represents the possible features that body tracking can produce on a body. This is a bitmask so multiple features can be combined. 更多...
|
|
enum class | astra::SkeletonProfile : ::astra_skeleton_profile_t { Full = 0
, UpperBody = 1
, Basic = 2
} |
| Skeleton profile representing the set of joints to be tracked. 更多...
|
|
enum class | astra::SkeletonOptimization : ::astra_skeleton_optimization_t {
Optimization1 = 1
, MinimizeMemory = 2
, Optimization2 = 2
, Optimization3 = 3
,
Optimization4 = 4
, Balanced = 5
, Optimization5 = 5
, Optimization6 = 6
,
Optimization7 = 7
, Optimization8 = 8
, Optimization9 = 9
, BestAccuracy = 9
} |
| Represents the body tracking configuration that trades-off tracking accuracy, memory, and CPU usage. 更多...
|
|
enum class | astra::BodyOrientation : ::astra_body_orientation_t { TOP = 0
, LEFT = 1
, RIGHT = 2
} |
| the orientation of people's heads in depth image.
|
|
enum class | astra::JointStatus : ::astra_joint_status_t { NotTracked = 0
, LowConfidence = 1
, Tracked = 2
} |
| Joint status enumeration 更多...
|
|
enum class | astra::JointType : ::astra_joint_type_t {
Head = 0
, ShoulderSpine = 1
, LeftShoulder = 2
, LeftElbow = 3
,
LeftHand = 4
, RightShoulder = 5
, RightElbow = 6
, RightHand = 7
,
MidSpine = 8
, BaseSpine = 9
, LeftHip = 10
, LeftKnee = 11
,
LeftFoot = 12
, RightHip = 13
, RightKnee = 14
, RightFoot = 15
,
LeftWrist = 16
, RightWrist = 17
, Neck = 18
, Unknown = 255
} |
| Joint type enumeration 更多...
|
|
enum class | astra::HandPose : ::astra_handpose_t { Unknown = 0
, Grip = 1
} |
| Hand pose enum. Enumeration of the hand poses that can be detected. 更多...
|
|
enum class | astra::BodyStatus : ::astra_body_status_t { NotTracking = 0
, TrackingLost = 1
, TrackingStarted = 2
, Tracking = 3
} |
| Enumeration of possible tracking status of a orbbec::bodytracking::Body 更多...
|
|