Struct of a coordinate point and the point type.
Declaration
typedef struct
{
int type,
cv::Point2f point
} vitis::ai::OpenPoseResult::PosePoint;
| Member | Description |
|---|---|
| type | Point type.
|
| point | Coordinate point. |
Declaration
typedef struct
{
int type,
cv::Point2f point
} vitis::ai::OpenPoseResult::PosePoint;
| Member | Description |
|---|---|
| type | Point type.
|
| point | Coordinate point. |