vitis::ai::OpenPoseResult::PosePoint - 2.0 English

Vitis AI Library User Guide (UG1354)

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