ESupervisedSegmenterResult::GetLabel

Label at the given index.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetLabel(
   int labelIndex
)

Parameters

labelIndex

Index of the label

Remarks

The index must be comprised between 0 and ESupervisedSegmenterResult::NumLabels - 1. The labels are the one from the supervised segmenter that produced this result.

ESupervisedSegmenterResult.GetLabel

Label at the given index.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string GetLabel(
   int labelIndex
)

Parameters

labelIndex

Index of the label

Remarks

The index must be comprised between 0 and ESupervisedSegmenterResult::NumLabels - 1. The labels are the one from the supervised segmenter that produced this result.