EClassificationDataset::HasForegroundSegments
Whether the image segmentation contains segments that are not background. If the image has no segmentation, this method throws an exception.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
bool HasForegroundSegments(
int imageId
) const
Parameters
imageId
Image index
EClassificationDataset.HasForegroundSegments
Whether the image segmentation contains segments that are not background. If the image has no segmentation, this method throws an exception.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
bool HasForegroundSegments(
int imageId
)
Parameters
imageId
Image index
EClassificationDataset.HasForegroundSegments
Whether the image segmentation contains segments that are not background. If the image has no segmentation, this method throws an exception.
Module: open_evision.EasyDeepLearning
[Python]
HasForegroundSegments(
imageId: int
) -> bool
Parameters
imageId
Image index