EClassificationDataset::GetNumImagesForFile

Get the number of images in the dataset that are associated with the given image file.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

int GetNumImagesForFile(
   const std::string& filePath
)

Parameters

filePath

-

Remarks

The number of image files can be different than the number of images of the dataset. An image file can correspond to several dataset images (with different ROI).

EClassificationDataset.GetNumImagesForFile

Get the number of images in the dataset that are associated with the given image file.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

int GetNumImagesForFile(
   string filePath
)

Parameters

filePath

-

Remarks

The number of image files can be different than the number of images of the dataset. An image file can correspond to several dataset images (with different ROI).