vitis::ai::PoseDetectResult - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.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.