ESupervisedSegmenterResult::GetLabelColor

Color of a label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

ERGBColor GetLabelColor(
   int i
)

ERGBColor GetLabelColor(
   const std::string& label
)

Parameters

i

Index of the label for which to get the color (between 0 and ESupervisedSegmenterResult::NumLabels - 1)

label

Label for which to get the color

Remarks

The label color is controlled at the tool level. To change a color in a result, change the label color in the tool.

ESupervisedSegmenterResult.GetLabelColor

Color of a label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.ERGBColor GetLabelColor(
   int i
)

Euresys.Open_eVision.ERGBColor GetLabelColor(
   string label
)

Parameters

i

Index of the label for which to get the color (between 0 and ESupervisedSegmenterResult::NumLabels - 1)

label

Label for which to get the color

Remarks

The label color is controlled at the tool level. To change a color in a result, change the label color in the tool.