EClassificationDataset::RemoveImageObject

Removes an object from an image.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void RemoveImageObject(
   int imageIndex,
   int objectIndex
)

Parameters

imageIndex

Index of the image

objectIndex

Index of the object between 0 and EClassificationDataset::GetImageNumObjects

EClassificationDataset.RemoveImageObject

Removes an object from an image.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void RemoveImageObject(
   int imageIndex,
   int objectIndex
)

Parameters

imageIndex

Index of the image

objectIndex

Index of the object between 0 and EClassificationDataset::GetImageNumObjects