ailia
1.5.0.0
|
#include <ailia_pose_estimator.h>
Public Attributes | |
AILIAPoseEstimatorKeypoint | points [AILIA_POSE_ESTIMATOR_UPPOSE_KEYPOINT_CNT] |
float | total_score |
int | num_valid_points |
int | id |
float | angle [3] |
float _AILIAPoseEstimatorObjectUpPose::angle[3] |
Euler angles for this object: yaw, pitch, and roll (in radians). Currently, only yaw is supported. If the angles are not detected, they are set to FLT_MAX.
int _AILIAPoseEstimatorObjectUpPose::id |
A unique ID for this object in the time direction. An integer value of 1 or more.
int _AILIAPoseEstimatorObjectUpPose::num_valid_points |
The number of body joint positions properly detected in points[]
AILIAPoseEstimatorKeypoint _AILIAPoseEstimatorObjectUpPose::points[AILIA_POSE_ESTIMATOR_UPPOSE_KEYPOINT_CNT] |
Detected body joint positions. The array index corresponding to a body joint number.
float _AILIAPoseEstimatorObjectUpPose::total_score |
The confidence of this object