MxImageMaskList
Function Usage
Defines the list information of semantic segmentation data transferred between plugins in a stream.
Structure Definition
struct MxImageMaskList{
std::vector<MxImageMask> imageMaskList;
}
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
imageMaskList |
Input |
Semantic segmentation data list |
Parent topic: Data Structure