Struct SemanticSegmentationDefinitionEntry
Syntax
public struct SemanticSegmentationDefinitionEntry : IMessageProducer
Constructors
SemanticSegmentationDefinitionEntry(String, Color)
Declaration
public SemanticSegmentationDefinitionEntry(string name, Color pixelValue)
Parameters
Type |
Name |
Description |
String |
name |
|
Color |
pixelValue |
|
Properties
labelName
Declaration
public string labelName { readonly get; set; }
Property Value
pixelValue
Declaration
public Color pixelValue { readonly get; set; }
Property Value
Methods
ToMessage(IMessageBuilder)
Declaration
public void ToMessage(IMessageBuilder builder)
Parameters
Implements