SemanticSegInfo

Description

Defines semantic segmentation information.

Structure Definition

1
2
3
4
5
class SemanticSegInfo {
public:
    std::vector<std::vector<int>> pixels;
    std::vector<std::string> labelMap;
};

Parameters

Parameter

Description

pixels

ID of the class to which each pixel in the image belongs

labelMap

Mapping between class IDs and names