![]() |
PosturePerfection
|
Intermediate result of pose estimation More...
#include <intermediate_structures.h>
Data Fields | |
float | confidence |
The confidence in this body part being the one determined from inference. Values are in the range [0.0..1.0] with 1.0 indicating 100% confidence. More... | |
size_t | x |
The absolute X co-ordinate of the body part detected. More... | |
size_t | y |
The absolute Y co-ordinate of the body part detected. More... | |
Intermediate result of pose estimation
This type is used to capture the output of running pose estimation using the TensorFlow Lite model. It is only temporarily used within the Inference::InferenceCore
before being restructured into Inference::InferenceResults
float Inference::Result::confidence |
The confidence in this body part being the one determined from inference. Values are in the range [0.0..1.0] with 1.0 indicating 100% confidence.
size_t Inference::Result::x |
The absolute X co-ordinate of the body part detected.
size_t Inference::Result::y |
The absolute Y co-ordinate of the body part detected.