EClassificationDataset::AddSegmentationLabel

Adds a segmentation label. The index of the new segmentation labels is returned by the method.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int AddSegmentationLabel(
   const std::string& label,
   float labelWeight
)

Parameters

label

Name of the segmentation label

labelWeight

Weight of the segmentation label

EClassificationDataset.AddSegmentationLabel

Adds a segmentation label. The index of the new segmentation labels is returned by the method.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int AddSegmentationLabel(
   string label,
   float labelWeight
)

Parameters

label

Name of the segmentation label

labelWeight

Weight of the segmentation label