EClassificationDataset::GetSegmentationLabel

Gets the segmentation label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetSegmentationLabel(
   int index
)

Parameters

index

Index of the segmentation label

Remarks

The segmentation label index 0 is reserved and corresponds to the "background" label. This segmentation label can't be changed.

EClassificationDataset.GetSegmentationLabel

Gets the segmentation label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string GetSegmentationLabel(
   int index
)

Parameters

index

Index of the segmentation label

Remarks

The segmentation label index 0 is reserved and corresponds to the "background" label. This segmentation label can't be changed.