Classes | |
struct | BodyTrackingParameters |
Structure containing a set of parameters for the body tracking module. More... | |
struct | BodyTrackingRuntimeParameters |
Structure containing a set of runtime parameters for the body tracking module. More... | |
class | BodyData |
Class containing data of a detected body/person such as its bounding_box, id and its 3D position. More... | |
class | Bodies |
Class containing the results of the body tracking module. More... | |
class | BodiesBatch |
Class containing batched data of a detected bodies/persons from the body tracking module. 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 sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_18. More... | |
enum class | BODY_34_PARTS |
Semantic of human body parts and order of sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_34. More... | |
enum class | BODY_38_PARTS |
Semantic of human body parts and order of sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_38. More... | |
enum class | BODY_FORMAT |
Lists supported skeleton body models. More... | |
enum class | BODY_KEYPOINTS_SELECTION |
Lists supported models for skeleton keypoints selection. More... | |
Functions | |
int | getIdx (BODY_18_PARTS part) |
Return associated index of each sl::BODY_18_PARTS. More... | |
int | getIdx (BODY_34_PARTS part) |
Return associated index of each sl::BODY_34_PARTS. More... | |
int | getIdx (BODY_38_PARTS part) |
Return associated index of each sl::BODY_38_PARTS. More... | |
Variables | |
const std::vector< std::pair< BODY_18_PARTS, BODY_18_PARTS > > | BODY_18_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_18. Useful for display. More... | |
const std::vector< std::pair< BODY_34_PARTS, BODY_34_PARTS > > | BODY_34_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_34. Useful for display. More... | |
const std::vector< std::pair< BODY_38_PARTS, BODY_38_PARTS > > | BODY_38_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_38. Useful for display. More... | |
|
strong |
|
strong |
Semantic of human body parts and order of sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_18.
|
strong |
Semantic of human body parts and order of sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_34.
|
strong |
Semantic of human body parts and order of sl::BodyData::keypoint for sl::BODY_FORMAT::BODY_38.
|
strong |
|
strong |
|
inline |
Return associated index of each sl::BODY_18_PARTS.
|
inline |
Return associated index of each sl::BODY_34_PARTS.
|
inline |
Return associated index of each sl::BODY_38_PARTS.
const std::vector<std::pair<BODY_18_PARTS, BODY_18_PARTS> > BODY_18_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_18.
Useful for display.
const std::vector<std::pair<BODY_34_PARTS, BODY_34_PARTS> > BODY_34_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_34.
Useful for display.
const std::vector<std::pair<BODY_38_PARTS, BODY_38_PARTS> > BODY_38_BONES |
Lists links of human body keypoints for sl::BODY_FORMAT::BODY_38.
Useful for display.