PosturePerfection
Data Fields
Inference::Coordinate Struct Reference

Indicates position and confidence in positioning of a body part node. More...

#include <intermediate_structures.h>

Data Fields

float x
 The relative X co-ordinate of the body part detected. More...
 
float y
 The relative X co-ordinate of the body part detected. More...
 
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...
 

Detailed Description

Indicates position and confidence in positioning of a body part node.

This type of Inference::Coordinate is to be used to represent the raw output of the pose estimation model. Results using this type of coordinate are tightly bound to the specific model in use as they contain the raw confidence value for the point's predicted location.

Field Documentation

◆ confidence

float Inference::Coordinate::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

float Inference::Coordinate::x

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

◆ y

float Inference::Coordinate::y

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


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