ESegmentationMethod Enum

The segmentation methods that are available to the image encoder.

Namespace: Euresys::Open_eVision

ESegmentationMethod_Custom
-
ESegmentationMethod_BinaryImage
Segmentation of binary images (cf. EBinaryImageSegmenter).
ESegmentationMethod_ColorRangeThreshold
Segments a color image by specifying a cube in the RGB space (cf. EColorRangeThresholdSegmenter).
ESegmentationMethod_ColorSingleThreshold
Segments a color image by specifying a single threshold (cf. EColorSingleThresholdSegmenter).
ESegmentationMethod_GrayscaleDoubleThreshold
Segments a grayscale image by specifying a double threshold (cf. EGrayscaleDoubleThresholdSegmenter).
ESegmentationMethod_GrayscaleSingleThreshold
Segments a grayscale image by specifying a single threshold (cf. EGrayscaleSingleThresholdSegmenter).
ESegmentationMethod_ImageRange
Segments an image by specifying a pixel-by-pixel double threshold (cf. EGrayscaleDoubleThresholdSegmenter).
ESegmentationMethod_ReferenceImage
Segments an image by specifying a pixel-by-pixel single threshold (cf. EGrayscaleSingleThresholdSegmenter).
ESegmentationMethod_LabeledImage
Segments an image by mapping the value of the pixels directly to a layer index (cf. ELabeledImageSegmenter).

Remarks

The parameters of the segmentation methods are configured through the getters finishing by "Segmenter" that are available in EImageEncoder.

ESegmentationMethod Enum

The segmentation methods that are available to the image encoder.

Namespace: Euresys.Open_eVision

Custom
-
BinaryImage
Segmentation of binary images (cf. EBinaryImageSegmenter).
ColorRangeThreshold
Segments a color image by specifying a cube in the RGB space (cf. EColorRangeThresholdSegmenter).
ColorSingleThreshold
Segments a color image by specifying a single threshold (cf. EColorSingleThresholdSegmenter).
GrayscaleDoubleThreshold
Segments a grayscale image by specifying a double threshold (cf. EGrayscaleDoubleThresholdSegmenter).
GrayscaleSingleThreshold
Segments a grayscale image by specifying a single threshold (cf. EGrayscaleSingleThresholdSegmenter).
ImageRange
Segments an image by specifying a pixel-by-pixel double threshold (cf. EGrayscaleDoubleThresholdSegmenter).
ReferenceImage
Segments an image by specifying a pixel-by-pixel single threshold (cf. EGrayscaleSingleThresholdSegmenter).
LabeledImage
Segments an image by mapping the value of the pixels directly to a layer index (cf. ELabeledImageSegmenter).

Remarks

The parameters of the segmentation methods are configured through the getters finishing by "Segmenter" that are available in EImageEncoder.