EClassificationDataset::SetMask

Sets 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++]

void SetMask(
   int imageIndex,
   const ERegion& mask
)

Parameters

imageIndex

Index of the image for which to get the mask region

mask

Mask to set on the image

EClassificationDataset.SetMask

Sets 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#]

void SetMask(
   int imageIndex,
   Euresys.Open_eVision.ERegion mask
)

Parameters

imageIndex

Index of the image for which to get the mask region

mask

Mask to set on the image