ESupervisedSegmenterResult::GetGroundtruthSegmentationMap

ESupervisedSegmenterResult::SetGroundtruthSegmentationMap

Ground truth segmentation map.
By default, the ground truth segmentation map is all background.

Namespace: Euresys::Open_eVision::EasyDeepLearning

[C++]

EImageBW16 GetGroundtruthSegmentationMap() const

void SetGroundtruthSegmentationMap(const EImageBW16& gt)

ESupervisedSegmenterResult.GroundtruthSegmentationMap

Ground truth segmentation map.
By default, the ground truth segmentation map is all background.

Namespace: Euresys.Open_eVision.EasyDeepLearning

[C#]

Euresys.Open_eVision.EImageBW16 GroundtruthSegmentationMap

{ get; set; }