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