vitis::ai::PoseDetectResult - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 English
Struct of the result returned by the posedetect network.

Declaration

typedef struct
{
  cv::Point2f Point  int width,
  int height  Pose14Pt pose14pt,

} vitis::ai::PoseDetectResult;
Table 1. Structure vitis::ai::PoseDetectResult member description
Member Description
Point A coordinate points.
width Width of input image.
height Height of input image.
pose14pt The pose of input image.