EClassificationDataset::GetImages
This method is deprecated.
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++]
[[deprecated]]
std::vector<EBaseROI
*> GetImages(
) const
[[deprecated]]
std::vector<EBaseROI
*> GetImages(
const std::string& label
) const
Parameters
label
The label.
EClassificationDataset.GetImages
This method is deprecated.
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
Parameters
label
The label.
GetImages
Sorry, this function does not exist in Python.