Classes | |
class | BodyData |
Contains data of a detected body such as its bounding_box, label, id and its 3D position. More... | |
class | Bodies |
Contains the result of the body tracking module. The detected bodies are listed in body_list. More... | |
class | BodiesBatch |
Contains batched data of a detected bodies. More... | |
class | BodyTrackingParameters |
Sets the body tracking parameters. More... | |
class | BodyTrackingRuntimeParameters |
Sets the object detection runtime parameters. More... | |
Enumerations | |
enum class | INFERENCE_PRECISION |
Report the actual inference precision used. More... | |
enum class | BODY_18_PARTS |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_18. More... | |
enum class | BODY_34_PARTS |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_34. More... | |
enum class | BODY_38_PARTS |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_38. More... | |
enum class | BODY_70_PARTS |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_70. More... | |
enum class | BODY_TRACKING_MODEL |
List available models for body tracking module. More... | |
enum class | BODY_FORMAT |
Lists of supported skeleton body model. More... | |
enum class | BODY_KEYPOINTS_SELECTION |
Lists of supported skeleton body selection model. More... | |
|
strong |
|
strong |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_18.
Enumerator | |
---|---|
NOSE | |
NECK | |
RIGHT_SHOULDER | |
RIGHT_ELBOW | |
RIGHT_WRIST | |
LEFT_SHOULDER | |
LEFT_ELBOW | |
LEFT_WRIST | |
RIGHT_HIP | |
RIGHT_KNEE | |
RIGHT_ANKLE | |
LEFT_HIP | |
LEFT_KNEE | |
LEFT_ANKLE | |
RIGHT_EYE | |
LEFT_EYE | |
RIGHT_EAR | |
LEFT_EAR |
|
strong |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_34.
|
strong |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_38.
|
strong |
semantic of human body parts and order of BodyData::keypoint for BODY_FORMAT::BODY_70.
|
strong |
List available models for body tracking module.
|
strong |
Lists of supported skeleton body model.
|
strong |