EReferenceImageSegmenter Class

Segments an image using a pixel-by-pixel single threshold given as an image.

Remarks

This segmenter is applicable to EROIBW8, EROIBW16 and EROIC24 images. It produces coded images with two layers. The threshold is defined for each pixel individually by means of a reference image of the same type as the source image.

For grayscales images, the White layer (usually, with index 1) contains unmasked pixels having a gray value in a range defined by the gray value of the respective pixel in the reference image and the white color.

For RGB color images, the White layer (usually, with index 1) contains unmasked pixels having a color inside the cube of the RGB color space defined by the color of the respective pixel in the reference image and the white color (255,255,255).

The Black layer (usually, with index 0) contains the remaining unmasked pixels.

Base Class:ETwoLayersImageSegmenter

Namespace: Euresys::Open_eVision::Segmenters

Methods

Reference image for the segmentation of EROIBW16 images.
Reference image for the segmentation of EROIBW8 images.
Reference image for the segmentation of EROIC24 images.
Load the EReferenceImageSegmenter configuration. The given ESerializer must have been created for reading.
Comparison operator.
Save the EReferenceImageSegmenter configuration. The given ESerializer must have been created for writing.
Black layer encoding status.
Index of the black layer in the destination coded image.
Reference image for the segmentation of EROIBW16 images.
Reference image for the segmentation of EROIBW8 images.
Reference image for the segmentation of EROIC24 images.
White layer encoding status.
Index of the white layer in the destination coded image.

EReferenceImageSegmenter Class

Segments an image using a pixel-by-pixel single threshold given as an image.

Remarks

This segmenter is applicable to EROIBW8, EROIBW16 and EROIC24 images. It produces coded images with two layers. The threshold is defined for each pixel individually by means of a reference image of the same type as the source image.

For grayscales images, the White layer (usually, with index 1) contains unmasked pixels having a gray value in a range defined by the gray value of the respective pixel in the reference image and the white color.

For RGB color images, the White layer (usually, with index 1) contains unmasked pixels having a color inside the cube of the RGB color space defined by the color of the respective pixel in the reference image and the white color (255,255,255).

The Black layer (usually, with index 0) contains the remaining unmasked pixels.

Base Class:ETwoLayersImageSegmenter

Namespace: Euresys.Open_eVision.Segmenters

Properties

Black layer encoding status.
Index of the black layer in the destination coded image.
Reference image for the segmentation of EROIBW16 images.
Reference image for the segmentation of EROIBW8 images.
Reference image for the segmentation of EROIC24 images.
White layer encoding status.
Index of the white layer in the destination coded image.

Methods

Load the EReferenceImageSegmenter configuration. The given ESerializer must have been created for reading.
Comparison operator.
Save the EReferenceImageSegmenter configuration. The given ESerializer must have been created for writing.