ailia  1.3.0.0
Public Attributes | List of all members
AiliaPoseEstimator.AILIAPoseEstimatorKeypoint Struct Reference

Public Attributes

float x
 
float y
 
float z_local
 
float score
 
Int32 interpolated
 

Member Data Documentation

◆ interpolated

Int32 AiliaPoseEstimator.AILIAPoseEstimatorKeypoint.interpolated

Normally the value is 0. If this point is undetected and can be interpolated from other points, the x,y values are interpolated and interpolated=1.

◆ score

float AiliaPoseEstimator.AILIAPoseEstimatorKeypoint.score

Detection confidence for this point. A value of 0.0F means that this point has not been detected and cannot be used.

◆ x

float AiliaPoseEstimator.AILIAPoseEstimatorKeypoint.x

X-coordinate in input image [0.0 , 1.0)

◆ y

float AiliaPoseEstimator.AILIAPoseEstimatorKeypoint.y

Y-coordinate in input image [0.0 , 1.0)

◆ z_local

float AiliaPoseEstimator.AILIAPoseEstimatorKeypoint.z_local

Valid only for posture detection. Local Z coordinate estimated when body center is set as coordinate 0. Unit (scale) is the same as x.


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