表示 posedetect 网络返回的结果的结构体。
声明
typedef struct
{
cv::Point2f Point;
int width;
int height;
Pose14Pt
pose14pt;
} vitis::ai::PoseDetectResult;
成员 | 描述 |
---|---|
Point | 坐标点。 |
width | 输入图像的宽度。 |
height | 输入图像的高度。 |
pose14pt | 输入图像的姿态。 |
声明
typedef struct
{
cv::Point2f Point;
int width;
int height;
Pose14Pt
pose14pt;
} vitis::ai::PoseDetectResult;
成员 | 描述 |
---|---|
Point | 坐标点。 |
width | 输入图像的宽度。 |
height | 输入图像的高度。 |
pose14pt | 输入图像的姿态。 |