docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SemanticSegmentationLabelEntry

    LabelEntry for SemanticSegmentationLabelConfig. Maps a label to a color.

    Implements
    ILabelEntry
    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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

    Implements

    ILabelEntry
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)