vitis::ai::OpenPoseResult::PosePoint - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 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.