EClassificationDataset::Save

Saves a classification dataset to disk, containing the file paths to the images in the dataset and their associated label.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

void Save(
   const std::string& path
)

void Save(
   ESerializer* serializer
)

Parameters

path

A string containing the full path to the dataset file.

serializer

The serializer.

Remarks

This method only save the image that were given to this EClassificationDataset instance as EBaseROI pointers.
To obtain a portable EClassificationDataset file, please use EClassificationDataset::Export.

EClassificationDataset.Save

Saves a classification dataset to disk, containing the file paths to the images in the dataset and their associated label.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

void Save(
   string path
)

void Save(
   Euresys.Open_eVision.ESerializer serializer
)

Parameters

path

A string containing the full path to the dataset file.

serializer

The serializer.

Remarks

This method only save the image that were given to this EClassificationDataset instance as EBaseROI pointers.
To obtain a portable EClassificationDataset file, please use EClassificationDataset::Export.