MxPose

Function Usage

Defines the data information for human pose estimation.

Structure Definition

struct MxPose{ 
    std::vector<MxMetaHeader> headers;
    std::vector<MxKeyPoint> keyPoints;
    float score;
}

Parameter Description

Parameter

Input/Output

Description

headers

Input

Data header for pose estimation

keyPoints

Input

Dataset of all key feature points of the human body

score

Input

Pose estimation confidence