MxObjectList

Description

Defines the list information of object detection data transferred between plugins in a stream.

Structure Definition

1
2
3
struct MxObjectList{ 
    std::vector<MxObject> objectList;
}

Parameters

Parameter

Input/Output

Description

objectList

Input

List information of object detection.