Struct SemanticSegmentationLabelEntry
LabelEntry for SemanticSegmentationLabelConfig. Maps a label to a color.
Implements
Inherited Members
Namespace: UnityEngine.Perception.GroundTruth
Assembly: solution.dll
Syntax
[Serializable]
public struct SemanticSegmentationLabelEntry : ILabelEntry
Fields
Name | Description |
---|---|
color | The color to be drawn in the semantic segmentation image |
label | The label this entry should match. |