EClassificationDataset::GetNumPixelsForSegmentationLabel

Number of pixels assigned to the given segmentation label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

OEV_UINT64 GetNumPixelsForSegmentationLabel(
   int labelId
)

OEV_UINT64 GetNumPixelsForSegmentationLabel(
   const std::string& label
)

Parameters

labelId

Index of the segmentation label

label

Segmentation label

EClassificationDataset.GetNumPixelsForSegmentationLabel

Number of pixels assigned to the given segmentation label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

System.UInt64 GetNumPixelsForSegmentationLabel(
   int labelId
)

System.UInt64 GetNumPixelsForSegmentationLabel(
   string label
)

Parameters

labelId

Index of the segmentation label

label

Segmentation label