EUnsupervisedSegmenterResult::GetSegmentationMap

Returns the segmentation map. The segmentation map is a grayscale image where all defective pixels have a value strictly higher than 0. The value of a pixel is proportional to the importance of the defect at that position.

Namespace: Euresys::Open_eVision_2_11::EasyDeepLearning

[C++]

EImageBW8 GetSegmentationMap() const

EUnsupervisedSegmenterResult.SegmentationMap

Returns the segmentation map. The segmentation map is a grayscale image where all defective pixels have a value strictly higher than 0. The value of a pixel is proportional to the importance of the defect at that position.

Namespace: Euresys.Open_eVision_2_11.EasyDeepLearning

[C#]

Euresys.Open_eVision_2_11.EImageBW8 SegmentationMap

{ get; }