EClassificationDataset::IsImageFile
Whether the image is stored as a file path towards an image.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
bool IsImageFile(
int index
) const
Parameters
index
Index of the image.
EClassificationDataset.IsImageFile
Whether the image is stored as a file path towards an image.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
bool IsImageFile(
int index
)
Parameters
index
Index of the image.
EClassificationDataset.IsImageFile
Whether the image is stored as a file path towards an image.
Module: open_evision.EasyDeepLearning
[Python]
IsImageFile(
index: int
) -> bool
Parameters
index
Index of the image.