EClassificationDataset::RemoveSegmentationLabel

Remove a segmentation label.
This method sets all the pixels in the dataset assigned to this label to the background label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void RemoveSegmentationLabel(
   const std::string& label
)

void RemoveSegmentationLabel(
   int index
)

Parameters

label

Name of the segmentation label to remove

index

Index of the segmentation label to remove

EClassificationDataset.RemoveSegmentationLabel

Remove a segmentation label.
This method sets all the pixels in the dataset assigned to this label to the background label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void RemoveSegmentationLabel(
   string label
)

void RemoveSegmentationLabel(
   int index
)

Parameters

label

Name of the segmentation label to remove

index

Index of the segmentation label to remove