ailia
1.5.0.0
|
#include <ailia_pose_estimator.h>
Public Attributes | |
float | x |
float | y |
float | z_local |
float | score |
int | 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.
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.
float _AILIAPoseEstimatorKeypoint::x |
Input image X coordinate (0.0, 1.0)
float _AILIAPoseEstimatorKeypoint::y |
Input image Y coordinate (0.0, 1.0)
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.