EClassificationDataset::GetImageLabel

Gets the label of the i-th image of the dataset. An exception is thrown if the image has no classification label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetImageLabel(
   int index
)

Parameters

index

The index of the image for which to get the label.

EClassificationDataset.GetImageLabel

Gets the label of the i-th image of the dataset. An exception is thrown if the image has no classification label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string GetImageLabel(
   int index
)

Parameters

index

The index of the image for which to get the label.