EClassificationDataset::GetMask
Gets the mask region/don't care area for the given image. The mask is defined with respect to the region of interest of the image.
Namespace: Euresys::Open_eVision::EasyDeepLearning
[C++]
ERegion
GetMask(
int imageIndex
) const
Parameters
imageIndex
Index of the image for which to get the mask region
EClassificationDataset.GetMask
Gets the mask region/don't care area for the given image. The mask is defined with respect to the region of interest of the image.
Namespace: Euresys.Open_eVision.EasyDeepLearning
[C#]
ERegion
GetMask(
int imageIndex
)
Parameters
imageIndex
Index of the image for which to get the mask region
EClassificationDataset.GetMask
Gets the mask region/don't care area for the given image. The mask is defined with respect to the region of interest of the image.
Module: open_evision.EasyDeepLearning
[Python]
GetMask(
imageIndex: int
) -> ERegion
Parameters
imageIndex
Index of the image for which to get the mask region