EClassificationDataset::SetSegmentationLabel

Sets the segmentation labels.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void SetSegmentationLabel(
   int index,
   const std::string& label
)

Parameters

index

Index of the segmentation label

label

String representing 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.SetSegmentationLabel

Sets the segmentation labels.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void SetSegmentationLabel(
   int index,
   string label
)

Parameters

index

Index of the segmentation label

label

String representing the segmentation label

Remarks

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