EClassificationDataset::GetNumImagesWithObjectLabel

Number of images that contain an object with the given label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumImagesWithObjectLabel(
   int labelIdx
)

int GetNumImagesWithObjectLabel(
   const std::string& label
)

Parameters

labelIdx

Index of the object label.

label

Label.

EClassificationDataset.GetNumImagesWithObjectLabel

Number of images that contain an object with the given label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumImagesWithObjectLabel(
   int labelIdx
)

int GetNumImagesWithObjectLabel(
   string label
)

Parameters

labelIdx

Index of the object label.

label

Label.