EClassificationDataset::GetImageCopy

Gets a copy of the i-th image of the dataset. For the variant where a pointer is returned, the user is responsible for clearing the memory of the returned pointer.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EBaseROI* GetImageCopy(
   int index
)

void GetImageCopy(
   int index,
   EBaseROI& img
)

Parameters

index

The index of the image.

img

Image object to copy the image into.

EClassificationDataset.GetImageCopy

Gets a copy of the i-th image of the dataset. For the variant where a pointer is returned, the user is responsible for clearing the memory of the returned pointer.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EBaseROI GetImageCopy(
   int index
)

void GetImageCopy(
   int index,
   Euresys.Open_eVision.EBaseROI img
)

Parameters

index

The index of the image.

img

Image object to copy the image into.