姿勢のデータ構造。14 の座標点で表されます。
宣言
typedef struct
{
Point right_shoulder;
Point right_elbow;
Point right_wrist;
Point left_shoulder;
Point left_elbow;
Point left_wrist;
Point right_hip;
Point right_knee;
Point right_ankle;
Point left_hip;
Point left_knee;
Point left_ankle;
Point head;
Point neck;
} vitis::ai::PoseDetectResult::Pose14Pt;
| メンバー | 説明 |
|---|---|
| right_shoulder | 右肩の座標。 |
| right_elbow | 右ひじの座標。 |
| right_wrist | 右手首の座標。 |
| left_shoulder | 左肩の座標。 |
| left_elbow | 左ひじの座標。 |
| left_wrist | 左手首の座標。 |
| right_hip | 右股関節の座標。 |
| right_knee | 右ひざの座標。 |
| right_ankle | 右足首の座標。 |
| left_hip | 左股関節の座標。 |
| left_knee | 左ひざの座標。 |
| left_ankle | 左足首の座標。 |
| head | 頭の座標。 |
| neck | 首の座標。 |