EClassificationDataset::GetImagesIndexesWithLabel

Gets a list of index corresponding to the images associated with the given label

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<OEV_UINT32> GetImagesIndexesWithLabel(
   const std::string& label
)

std::vector<OEV_UINT32> GetImagesIndexesWithLabel(
   int labelIndex
)

Parameters

label

The label

labelIndex

The index of the label (starting from 0 to EClassificationDataset::NumLabels - 1)

EClassificationDataset.GetImagesIndexesWithLabel

Gets a list of index corresponding to the images associated with the given label

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

uint[] GetImagesIndexesWithLabel(
   string label
)

uint[] GetImagesIndexesWithLabel(
   int labelIndex
)

Parameters

label

The label

labelIndex

The index of the label (starting from 0 to EClassificationDataset::NumLabels - 1)