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