MxObjectList
Function Usage
Defines the list information of object detection data transferred between plugins in a stream.
Structure Definition
struct MxObjectList{
std::vector<MxObject> objectList;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
objectList |
Input |
List information of object detection |
Parent topic: Data Structure