Constructor LabelEntry
LabelEntry(int, string, int)
Creates a new LabelingConfigurationEntry with the given values.
Declaration
public LabelEntry(int id, string label, int value)
Parameters
Type | Name | Description |
---|---|---|
int | id | The id associated with the label. Used to associate objects with labels in various forms of ground truth. |
string | label | The label string. |
int | value | The value to use when generating semantic segmentation images. |