EClassificationDataset::GetRegionForSegment

Gets a region corresponding to the pixels of the given segment.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

ERegion GetRegionForSegment(
   int imageIndex,
   int segmentationLabelIndex
)

ERegion GetRegionForSegment(
   int imageIndex,
   const std::string& segmentationLabel
)

Parameters

imageIndex

Image index

segmentationLabelIndex

Segmentation label index

segmentationLabel

Segmentation label

EClassificationDataset.GetRegionForSegment

Gets a region corresponding to the pixels of the given segment.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.ERegion GetRegionForSegment(
   int imageIndex,
   int segmentationLabelIndex
)

Euresys.Open_eVision.ERegion GetRegionForSegment(
   int imageIndex,
   string segmentationLabel
)

Parameters

imageIndex

Image index

segmentationLabelIndex

Segmentation label index

segmentationLabel

Segmentation label