MxPoseList
Description
Defines the human pose estimation data list transferred between plugins in a stream.
Structure Definition
1 2 3 | struct MxPoseList{ std::vector<MxPose> poseList; } |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
poseList |
Input |
Information list for human pose estimation. |
Parent topic: Process Orchestration Data Structures