MxImageMaskList

Description

Defines the list information of semantic segmentation data transferred between plugins in a stream.

Structure Definition

1
2
3
struct MxImageMaskList{ 
    std::vector<MxImageMask> imageMaskList;
}

Parameters

Parameter

Input/Output

Description

imageMaskList

Input

Semantic segmentation data list.