PosturePerfection
|
The PostProcessing::Coordinate
of each body part.
More...
#include <intermediate_structures.h>
Data Fields | |
std::array< Coordinate, JointMax+1 > | body_parts |
Each element of this array corresponds to a body part with a defined PostProcessing::Coordinate which specifies the confidence of the body part as well as the relative position of the body part in the image frame. More... | |
The PostProcessing::Coordinate
of each body part.
Each body part is expressed as a PostProcessing::Coordinate
to indicate the best estimate for that body part's location in the current frame. This is not necessarily the same as the output of the pose estimation model for a given frame.
Iterate over this using the Joint
enum
std::array<Coordinate, JointMax + 1> PostProcessing::ProcessedResults::body_parts |
Each element of this array corresponds to a body part with a defined PostProcessing::Coordinate
which specifies the confidence of the body part as well as the relative position of the body part in the image frame.