EClassificationDataset::ImportPascalVOCXMLAnnotations

Imports Pascal VOC XML annotations (for EasyLocate Bounding Box).
This method may add new labels to the object labels.
The version that do not take an image index attempts to import the annotation from all images currently in the dataset.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void ImportPascalVOCXMLAnnotations(
   int imgId
)

void ImportPascalVOCXMLAnnotations(
)

Parameters

imgId

The image index for which to import the annotation

EClassificationDataset.ImportPascalVOCXMLAnnotations

Imports Pascal VOC XML annotations (for EasyLocate Bounding Box).
This method may add new labels to the object labels.
The version that do not take an image index attempts to import the annotation from all images currently in the dataset.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void ImportPascalVOCXMLAnnotations(
   int imgId
)

void ImportPascalVOCXMLAnnotations(
)

Parameters

imgId

The image index for which to import the annotation