vitis::ai::PoseDetectResult - 3.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-01-12
Version
3.0 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.