EClassificationDataset::GetImages

Gets a copy of all images in the dataset. If data augmentation is enabled, the returned images will be augmented versions of the ones in the dataset.
The caller is responsible for clearing the memory allocated for each image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

std::vector<Euresys::Open_eVision::EBaseROI*> GetImages(
)

std::vector<Euresys::Open_eVision::EBaseROI*> GetImages(
   const std::string& label
)

Parameters

label

The label.

EClassificationDataset.GetImages

Gets a copy of all images in the dataset. If data augmentation is enabled, the returned images will be augmented versions of the ones in the dataset.
The caller is responsible for clearing the memory allocated for each image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EBaseROI[] GetImages(
)

Euresys.Open_eVision.EBaseROI[] GetImages(
   string label
)

Parameters

label

The label.