Struct of the result returned by the posedetect network.
Declaration
typedef struct
{
cv::Point2f Point int width,
int height Pose14Pt pose14pt,
} vitis::ai::PoseDetectResult;
| Member | Description |
|---|---|
| Point | A coordinate points. |
| width | Width of input image. |
| height | Height of input image. |
| pose14pt | The pose of input image. |