PosturePerfection
Data Fields
Inference::InferenceResults Struct Reference

Results of running the model for all body parts. More...

#include <intermediate_structures.h>

Data Fields

std::array< Coordinate, BodyPartMax+1 > body_parts
 Each element of this array corresponds to a body part with a defined Inference::Coordinate which specifies the confidence of the body part as well as the position of the body part in the image frame. More...
 

Detailed Description

Results of running the model for all body parts.

Field Documentation

◆ body_parts

std::array<Coordinate, BodyPartMax + 1> Inference::InferenceResults::body_parts

Each element of this array corresponds to a body part with a defined Inference::Coordinate which specifies the confidence of the body part as well as the position of the body part in the image frame.


The documentation for this struct was generated from the following file: