ailia  1.3.0.0
Public Attributes | List of all members
_AILIAPoseEstimatorKeypoint Struct Reference

#include <ailia_pose_estimator.h>

Public Attributes

float x
 
float y
 
float z_local
 
float score
 
int interpolated
 

Member Data Documentation

◆ interpolated

int _AILIAPoseEstimatorKeypoint::interpolated

The default is 0. If this point has not been detected and can be interpolated by other points, the x and y values are then interpolated and the value of interpolated is set to 1.

◆ score

float _AILIAPoseEstimatorKeypoint::score

The confidence of this point. If the value is 0.0F, then this point is not available as it has not been detected yet.

◆ x

float _AILIAPoseEstimatorKeypoint::x

Input image X coordinate (0.0, 1.0)

◆ y

float _AILIAPoseEstimatorKeypoint::y

Input image Y coordinate (0.0, 1.0)

◆ z_local

float _AILIAPoseEstimatorKeypoint::z_local

Valid only for human pose estimation. The local Z coordinate is estimated when the center of the body is defined as coordinate 0. The unit (scale) is the same as that for X.


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