Result with the openpose network.
Declaration
typedef struct
{
int width,
int height,
std::vector< std::vector< PosePoint
> > poses
} vitis::ai::OpenPoseResult;
Member | Description |
---|---|
width | Width of input image. |
height | Height of input image. |
poses |
A vector of pose. Pose is represented by a vector of |