座標点と点のタイプからなる構造体。
宣言
typedef struct
{
int type;
cv::Point2f point;
} vitis::ai::OpenPoseResult::PosePoint;
メンバー | 説明 |
---|---|
type | 点のタイプ。
|
point | 座標点。 |
宣言
typedef struct
{
int type;
cv::Point2f point;
} vitis::ai::OpenPoseResult::PosePoint;
メンバー | 説明 |
---|---|
type | 点のタイプ。
|
point | 座標点。 |