openpose ネットワークの結果。
宣言
typedef struct
{
int width,
int height,
std::vector< std::vector< PosePoint
> > poses
} vitis::ai::OpenPoseResult;
メンバー | 説明 |
---|---|
width | 入力イメージの幅。 |
height | 入力イメージの高さ。 |
poses |
姿勢のベクター。姿勢は |