PosturePerfection
Data Fields
Inference::Result Struct Reference

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...
 

Detailed Description

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

Field Documentation

◆ confidence

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.

◆ x

size_t Inference::Result::x

The absolute X co-ordinate of the body part detected.

◆ y

size_t Inference::Result::y

The absolute Y co-ordinate of the body part detected.


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