EClassificationDataset::GetSegmentationMap

Gets the segmentation map of an image. The segmentation map is a 16-bit EROIBW16 image where the value of each pixel is equal to the corresponding segmentation label index (see EClassificationDataset::GetSegmentationLabel).
If an image has no segmentation (EClassificationDataset::HasSegmentation), the getter will throw an excpetion.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EImageBW16 GetSegmentationMap(
   int imageIndex
)

Parameters

imageIndex

Image index

EClassificationDataset.GetSegmentationMap

Gets the segmentation map of an image. The segmentation map is a 16-bit EROIBW16 image where the value of each pixel is equal to the corresponding segmentation label index (see EClassificationDataset::GetSegmentationLabel).
If an image has no segmentation (EClassificationDataset::HasSegmentation), the getter will throw an excpetion.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EImageBW16 GetSegmentationMap(
   int imageIndex
)

Parameters

imageIndex

Image index