![]() |
PosturePerfection
|
Indicates position and trustworthiness of a body part node. More...
#include <intermediate_structures.h>
Data Fields | |
| float | x |
| The relative X co-ordinate of the detected body part. More... | |
| float | y |
| The relative Y co-ordinate of the detected body part. More... | |
| Status | status |
A Coordinate is either Trustworthy or Untrustworthy More... | |
Indicates position and trustworthiness of a body part node.
This type of PostProcessing::Coordinate is to be used after post processing has been applied as it contains a generalised indication of how "useable" the prediction is. This abstracts away the specific underlying model that was used to generate the results and should be seen as a better representation of the user's current pose than a Inference::Coordinate.
| Status PostProcessing::Coordinate::status |
A Coordinate is either Trustworthy or Untrustworthy
| float PostProcessing::Coordinate::x |
The relative X co-ordinate of the detected body part.
| float PostProcessing::Coordinate::y |
The relative Y co-ordinate of the detected body part.