vitis::ai::OpenPoseResult::PosePoint - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Struct of a coordinate point and the point type.

Declaration

typedef struct
{
  int type;
  cv::Point2f point;

} vitis::ai::OpenPoseResult::PosePoint;
Table 1. Structure vitis::ai::OpenPoseResult::PosePoint Member Description
Member Description
type Point type.
  • 1 : "valid"
  • 3 : "invalid"
point Coordinate point.