EClassificationDataset::GetImagePath

Gets the path of the i-th image of the dataset. If the image was not given using a path, the method will throw an exception.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::string GetImagePath(
   int index
)

Parameters

index

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

EClassificationDataset.GetImagePath

Gets the path of the i-th image of the dataset. If the image was not given using a path, the method will throw an exception.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

string GetImagePath(
   int index
)

Parameters

index

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